This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
vt-social
mirror of
https://github.com/nullptr-live/vt-social.git
Watch
1
Star
0
Fork
You've already forked vt-social
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0cfdd1a401
vt-social
/
spec
/
fabricators
/
report_note_fabricator.rb
6 lines
100 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add tests for report notes controller (#7589)
2018-05-22 12:45:10 +00:00
Fabricator
(
:report_note
)
do
report
account
{
Fabricate
(
:account
)
}
Autofix Rubocop Style/StringLiterals (#23695)
2023-02-18 22:38:14 +00:00
content
'Test Content'
Add tests for report notes controller (#7589)
2018-05-22 12:45:10 +00:00
end