appeal_fabricator.rb 152 B

12345
  1. Fabricator(:appeal) do
  2. strike(fabricator: :account_warning)
  3. account { |attrs| attrs[:strike].target_account }
  4. text { Faker::Lorem.paragraph }
  5. end