1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-03-01 14:03:46 -05:00

6 lines
140 B
Ruby

# frozen_string_literal: true
Fabricator(:domain_block) do
domain { sequence(:domain) { |i| "#{i}#{Faker::Internet.domain_name}" } }
end