about summary refs log tree commit diff
path: root/spec/fabricators/report_note_fabricator.rb
blob: 33f3840746728bf3db1fcb8c1f59125e301ad14c (plain) (blame)
1
2
3
4
5
Fabricator(:report_note) do
  report
  account { Fabricate(:account) }
  content 'Test Content'
end