1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00
documentation/spec/fabricators/media_attachment_fabricator.rb
2016-09-05 17:46:36 +02:00

7 lines
107 B
Ruby

Fabricator(:media_attachment) do
status_id 1
file ""
remote_url "MyString"
account_id 1
end