This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2016-10-09 14:48:43 +02:00
|
|
|
Fabricator(:domain_block) do
|
2017-06-25 21:42:36 +02:00
|
|
|
domain { sequence(:domain) { |i| "#{i}#{Faker::Internet.domain_name}" } }
|
2016-10-09 14:48:43 +02:00
|
|
|
end
|