mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 09:58:07 +01:00
8f991831b8
Also domain_block fabricator now sets unique domains
3 lines
109 B
Ruby
3 lines
109 B
Ruby
Fabricator(:domain_block) do
|
|
domain { sequence(:domain) { |i| "#{i}#{Faker::Internet.domain_name}" } }
|
|
end
|