mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +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
|