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