mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
4 lines
138 B
Ruby
4 lines
138 B
Ruby
Fabricator(:nameserver) do
|
|
hostname { sequence(:hostname) { |i| "ns.#{Faker::Internet.domain_word}#{i}.ee" } }
|
|
ipv4 '192.168.1.1'
|
|
end
|