about summary refs log tree commit diff
path: root/spec/fabricators/media_attachment_fabricator.rb
blob: 42aa5ab023c964cda7eda6a4350c4cd5ee35c040 (plain) (blame)
1
2
3
4
5
6
Fabricator(:media_attachment) do
  status_id  1
  file       ""
  remote_url "MyString"
  account_id 1
end