mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-19 05:37:42 +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
|