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