This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-02-14 20:59:26 +01:00
|
|
|
Fabricator(:report) do
|
2017-04-14 11:10:28 +02:00
|
|
|
account
|
2022-01-17 09:41:33 +01:00
|
|
|
target_account { Fabricate(:account) }
|
|
|
|
comment "You nasty"
|
|
|
|
action_taken_at nil
|
2017-02-14 20:59:26 +01:00
|
|
|
end
|