1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-20 09:33:49 -05:00

9 lines
198 B
Ruby
Raw Normal View History

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