about summary refs log tree commit diff
path: root/spec/fabricators/report_fabricator.rb
blob: 5bd4a63f0246e8cb5fa1062a21d8ad574551f04f (plain) (blame)
1
2
3
4
5
6
Fabricator(:report) do
  account
  target_account { Fabricate(:account) }
  comment      "You nasty"
  action_taken false
end