1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-13 14:13:48 -05:00
2017-05-22 17:58:57 +02:00

6 lines
111 B
Ruby

Fabricator(:stream_entry) do
account
activity { Fabricate(:status) }
hidden { [true, false].sample }
end