This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2016-09-05 17:46:36 +02:00
|
|
|
Fabricator(:media_attachment) do
|
2017-04-07 18:50:43 +02:00
|
|
|
account
|
2017-06-19 11:30:27 +02:00
|
|
|
file { [attachment_fixture(['attachment.gif', 'attachment.jpg', 'attachment.webm'].sample), nil].sample }
|
2016-09-05 17:46:36 +02:00
|
|
|
end
|