0
0
Fork 0

Add tests for report notes controller (#7589)

This commit is contained in:
Shuhei Kitagawa 2018-05-22 21:45:10 +09:00 committed by Eugen Rochko
parent 36e47a31e3
commit 12e590edd7
2 changed files with 96 additions and 0 deletions

View file

@ -0,0 +1,5 @@
Fabricator(:report_note) do
report
account { Fabricate(:account) }
content "Test Content"
end