Expand coverage for Export
utility class (#32212)
This commit is contained in:
parent
33d3ca7cf1
commit
ebab3b80c7
2 changed files with 144 additions and 35 deletions
|
@ -2,5 +2,5 @@
|
|||
|
||||
Fabricator(:account_domain_block) do
|
||||
account { Fabricate.build(:account) }
|
||||
domain 'example.com'
|
||||
domain { sequence { |n| "host-#{n}.example" } }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue