Expand coverage for Export utility class (#32212)

This commit is contained in:
Matt Jankowski 2024-10-02 05:43:04 -04:00 committed by Claire
parent cbf1349370
commit 243a85ec8d
2 changed files with 144 additions and 35 deletions

View file

@ -2,5 +2,5 @@
Fabricator(:account_domain_block) do
account { Fabricate.build(:account) }
domain 'example.com'
domain { sequence { |n| "host-#{n}.example" } }
end