Add tests for report notes controller (#7589)
This commit is contained in:
parent
36e47a31e3
commit
12e590edd7
2 changed files with 96 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue