1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-17 08:03:53 -05:00
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