Archived
2
0
Fork 0
This repository has been archived on 2024-06-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mastodon/spec/fabricators/media_attachment_fabricator.rb
Akihiko Odaki (@fn_aki@pawoo.net) d55f207274 Cover Export more (#3840)
2017-06-19 11:30:27 +02:00

4 lines
155 B
Ruby

Fabricator(:media_attachment) do
account
file { [attachment_fixture(['attachment.gif', 'attachment.jpg', 'attachment.webm'].sample), nil].sample }
end