appeal_fabricator.rb 183 B

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