Use factory instead of fabricator for WhiteIp

#600
This commit is contained in:
Artur Beljajev 2017-09-29 19:08:59 +03:00
parent e840719b8a
commit 687d56c412
4 changed files with 6 additions and 10 deletions

View file

@ -0,0 +1,5 @@
FactoryGirl.define do
factory :white_ip do
ipv4 '127.0.0.1'
end
end