about summary refs log tree commit diff
path: root/spec/fabricators/media_attachment_fabricator.rb
blob: c5dfe12e53a11d71608e90beb1625a263dfa583e (plain) (blame)
1
2
3
4
Fabricator(:media_attachment) do
  account
  file { [attachment_fixture(['attachment.gif', 'attachment.jpg', 'attachment.webm'].sample), nil].sample }
end