mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-27 14:13:42 +01:00
6 lines
152 B
Ruby
6 lines
152 B
Ruby
|
Fabricator(:appeal) do
|
||
|
strike(fabricator: :account_warning)
|
||
|
account { |attrs| attrs[:strike].target_account }
|
||
|
text { Faker::Lorem.paragraph }
|
||
|
end
|