Remove faker gem

#206
This commit is contained in:
Artur Beljajev 2016-10-25 14:31:54 +03:00
parent 152595f798
commit 2d42bb2492
6 changed files with 11 additions and 15 deletions

View file

@ -1,4 +1,4 @@
Fabricator(:nameserver) do
hostname { sequence(:hostname) { |i| "ns.#{Faker::Internet.domain_word}#{i}.ee" } }
hostname { sequence(:hostname) { |i| "ns.test#{i}.ee" } }
ipv4 '192.168.1.1'
end