1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-17 08:03:53 -05:00
2018-05-22 14:45:10 +02:00

6 lines
100 B
Ruby

Fabricator(:report_note) do
report
account { Fabricate(:account) }
content "Test Content"
end