about summary refs log tree commit diff
path: root/spec/fabricators/account_warning_fabricator.rb
blob: 72fe835d9aa99fb42dfb3290a291cfa43995c0c6 (plain) (blame)
1
2
3
4
5
6
Fabricator(:account_warning) do
  account
  target_account(fabricator: :account)
  text { Faker::Lorem.paragraph }
  action 'suspend'
end