This website requires JavaScript.
Explore
Help
Register
Sign In
treehouse
/
mastodon
Watch
21
Star
8
Fork
You've already forked mastodon
5
Code
Issues
32
Pull Requests
Projects
1
Releases
Wiki
Activity
247bf6e812
mastodon
/
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