mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-06 18:01:53 +00: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
|