mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-07 04:55:13 +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
|