mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-01-03 02:56:45 +00:00
5 lines
155 B
Ruby
5 lines
155 B
Ruby
Fabricator(:media_attachment) do
|
|
account
|
|
file { [attachment_fixture(['attachment.gif', 'attachment.jpg', 'attachment.webm'].sample), nil].sample }
|
|
end
|