0
0
Fork 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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