Cover Admin::DomainBlocksController more (#3329)
Also domain_block fabricator now sets unique domains
This commit is contained in:
parent
87efa38721
commit
8f991831b8
2 changed files with 31 additions and 5 deletions
|
@ -1,3 +1,3 @@
|
|||
Fabricator(:domain_block) do
|
||||
domain "example.com"
|
||||
domain { sequence(:domain) { |i| "#{i}#{Faker::Internet.domain_name}" } }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue