chinwagsocial/spec/fabricators/media_attachment_fabricator.rb

7 lines
107 B
Ruby
Raw Normal View History

2016-09-06 01:46:36 +10:00
Fabricator(:media_attachment) do
status_id 1
file ""
remote_url "MyString"
account_id 1
end