mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-05 06:26:21 +00:00
9 lines
162 B
Ruby
9 lines
162 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:report) do
|
|
account
|
|
target_account { Fabricate(:account) }
|
|
comment 'You nasty'
|
|
action_taken_at nil
|
|
end
|