2
0

Expand coverage for Export utility class (#32212)

This commit is contained in:
Matt Jankowski
2024-10-02 05:43:04 -04:00
committed by GitHub
parent 33d3ca7cf1
commit ebab3b80c7
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