about summary refs log blame commit diff
path: root/spec/fabricators/report_fabricator.rb
blob: 2c7101e094aaf7aa08524a0de6baba049876c2fc (plain) (tree)
1
2
3
4
5
6
                      
         

                                         
   
Fabricator(:report) do
  account
  target_account  { Fabricate(:account) }
  comment         "You nasty"
  action_taken_at nil
end