diff options
Diffstat (limited to 'spec/fabricators')
-rw-r--r-- | spec/fabricators/report_note_fabricator.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/fabricators/report_note_fabricator.rb b/spec/fabricators/report_note_fabricator.rb new file mode 100644 index 000000000..e139efffb --- /dev/null +++ b/spec/fabricators/report_note_fabricator.rb @@ -0,0 +1,5 @@ +Fabricator(:report_note) do + report + account { Fabricate(:account) } + content "Test Content" +end |