about summary refs log tree commit diff
path: root/spec/fabricators/report_note_fabricator.rb
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-05-23 19:19:28 +0200
committerGitHub <noreply@github.com>2018-05-23 19:19:28 +0200
commit88ec5193cb377500c4500d31d7ba9fa441f1f5ee (patch)
treed517f10fdeffb6adaf7e349ea78593c02534c84a /spec/fabricators/report_note_fabricator.rb
parent7719fe0df27a59cb7292989688efaa4efc6cbccc (diff)
parente0ef89c73f6b380a2841b9dcde07725d515340a4 (diff)
Merge pull request #510 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'spec/fabricators/report_note_fabricator.rb')
-rw-r--r--spec/fabricators/report_note_fabricator.rb5
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