Add tests for report notes controller (#7589)
This commit is contained in:
committed by
Eugen Rochko
parent
36e47a31e3
commit
12e590edd7
5
spec/fabricators/report_note_fabricator.rb
Normal file
5
spec/fabricators/report_note_fabricator.rb
Normal file
@ -0,0 +1,5 @@
|
||||
Fabricator(:report_note) do
|
||||
report
|
||||
account { Fabricate(:account) }
|
||||
content "Test Content"
|
||||
end
|
Reference in New Issue
Block a user