mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
8 lines
167 B
Ruby
8 lines
167 B
Ruby
Fabricator(:white_ip) do
|
|
ipv4 '127.0.0.1'
|
|
interfaces [WhiteIp::API]
|
|
end
|
|
|
|
Fabricator(:white_ip_registrar, from: :white_ip) do
|
|
interfaces [WhiteIp::REGISTRAR]
|
|
end
|