2023-02-22 11:55:31 +11:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-02-15 06:59:26 +11:00
|
|
|
Fabricator(:report) do
|
2017-04-14 19:10:28 +10:00
|
|
|
account
|
2022-01-17 19:41:33 +11:00
|
|
|
target_account { Fabricate(:account) }
|
2023-02-19 09:38:14 +11:00
|
|
|
comment 'You nasty'
|
2022-01-17 19:41:33 +11:00
|
|
|
action_taken_at nil
|
2017-02-15 06:59:26 +11:00
|
|
|
end
|