mirror of
https://cybre.tech/cybrespace/mastodon.git
synced 2025-02-11 12:03:50 +00:00
4 lines
109 B
Ruby
4 lines
109 B
Ruby
Fabricator(:domain_block) do
|
|
domain { sequence(:domain) { |i| "#{i}#{Faker::Internet.domain_name}" } }
|
|
end
|