Adding domain blocks
This commit is contained in:
3
spec/fabricators/domain_block_fabricator.rb
Normal file
3
spec/fabricators/domain_block_fabricator.rb
Normal file
@ -0,0 +1,3 @@
|
||||
Fabricator(:domain_block) do
|
||||
domain "MyString"
|
||||
end
|
@ -1,6 +1,2 @@
|
||||
Fabricator(:media_attachment) do
|
||||
status_id 1
|
||||
file ""
|
||||
remote_url "MyString"
|
||||
account_id 1
|
||||
end
|
||||
|
Reference in New Issue
Block a user