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
|
|
|
|
target_account { Fabricate(:account) }
|
2017-02-14 20:59:26 +01:00
|
|
|
comment "You nasty"
|
|
|
|
action_taken false
|
|
|
|
end
|