This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
glitch-social
mirror of
https://github.com/glitch-soc/mastodon
Watch
1
Star
0
Fork
You've already forked glitch-social
0
Code
Releases
Activity
0cfdd1a401
glitch-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 13:45:10 +01: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 13:45:10 +01:00
end