mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02: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
|