mirror of
https://github.com/glitch-soc/mastodon
synced 2025-08-21 21:31:23 +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
|