mirror of
https://github.com/glitch-soc/mastodon
synced 2025-07-30 03:31:46 +00:00
5 lines
100 B
Ruby
5 lines
100 B
Ruby
Fabricator(:report_note) do
|
|
report
|
|
account { Fabricate(:account) }
|
|
content "Test Content"
|
|
end
|