Adding domain blocks

This commit is contained in:
Eugen Rochko
2016-10-09 14:48:43 +02:00
parent 52d7f862d3
commit 22a8801dbc
13 changed files with 92 additions and 10 deletions

View File

@ -0,0 +1,3 @@
Fabricator(:domain_block) do
domain "MyString"
end

View File

@ -1,6 +1,2 @@
Fabricator(:media_attachment) do
status_id 1
file ""
remote_url "MyString"
account_id 1
end