report_fabricator.rb 198 B

12345678
  1. # frozen_string_literal: true
  2. Fabricator(:report) do
  3. account { Fabricate.build(:account) }
  4. target_account { Fabricate.build(:account) }
  5. comment 'You nasty'
  6. action_taken_at nil
  7. end