mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-11 08:41:42 +01:00
4 lines
155 B
Ruby
4 lines
155 B
Ruby
Fabricator(:media_attachment) do
|
|
account
|
|
file { [attachment_fixture(['attachment.gif', 'attachment.jpg', 'attachment.webm'].sample), nil].sample }
|
|
end
|