mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
8 lines
164 B
Ruby
8 lines
164 B
Ruby
Fabricator(:white_ip) do
|
|
ipv4 '127.0.0.1'
|
|
interface WhiteIp::GLOBAL
|
|
end
|
|
|
|
Fabricator(:white_ip_registrar, from: :white_ip) do
|
|
interface WhiteIp::REGISTRAR
|
|
end
|