1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-09 08:28:49 +00:00
mastodon/spec/fabricators/report_fabricator.rb
2023-06-10 18:29:01 +02:00

9 lines
198 B
Ruby

# frozen_string_literal: true
Fabricator(:report) do
account { Fabricate.build(:account) }
target_account { Fabricate.build(:account) }
comment 'You nasty'
action_taken_at nil
end