diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-05-23 16:05:19 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-05-23 16:05:19 +0200 |
commit | e0ef89c73f6b380a2841b9dcde07725d515340a4 (patch) | |
tree | 3e96aef309d0ce02649fc115abb4eb4f3020beb2 /spec/fabricators | |
parent | 2289250f69e78a8888f8fc4db7ec24a1049c161e (diff) | |
parent | d8864b9e9d4fd56606a3b809bedeb1216b6620ae (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
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 |