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