Add test for REPP IP whitelisting

This commit is contained in:
Martin Lensment 2015-05-19 19:24:53 +03:00
parent abf47b1e08
commit 9b4e9ca12c
2 changed files with 34 additions and 22 deletions

View file

@ -1,9 +1,8 @@
Fabricator(:white_ip) do
ipv4 '192.168.1.1'
ipv4 '127.0.0.1'
interface WhiteIp::EPP
end
Fabricator(:white_ip_repp, from: :white_ip) do
ipv4 '127.0.0.1'
interface WhiteIp::REPP
end