about summary refs log tree commit diff
path: root/spec/fabricators/account_warning_fabricator.rb
blob: e5059e37f595c6a9a0270e9a4a4c1d01ed27bb79 (plain) (blame)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

Fabricator(:account_warning) do
  account
  target_account(fabricator: :account)
  text { Faker::Lorem.paragraph }
  action 'suspend'
end