~cytrogen/masto-fe

ref: e387175fc9a3ebfd72ab45ebfe43ecfabef7b0c3 masto-fe/spec/fabricators/account_warning_fabricator.rb -rw-r--r-- 169 bytes
e387175f — Matt Jankowski Fix RSpec/RepeatedExample cop (#24849) 2 years ago
                                                                                
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