mirror of
https://github.com/glitch-soc/mastodon
synced 2025-07-30 21:01:47 +00:00
3 lines
109 B
Ruby
3 lines
109 B
Ruby
Fabricator(:domain_block) do
|
|
domain { sequence(:domain) { |i| "#{i}#{Faker::Internet.domain_name}" } }
|
|
end
|