mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-05 14:36:04 +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
|