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