Merge branch 'registry-475-refactor-zones' into registry-475

This commit is contained in:
Artur Beljajev 2017-04-25 14:22:36 +03:00
commit b2f4ae22b6

View file

@ -1,12 +1,12 @@
FactoryGirl.define do
factory :zone, class: DNS::Zone do
origin 'test'
sequence(:origin) { |n| "test#{n}" }
ttl 1
refresh 1
add_attribute :retry, 1
expire 1
minimum_ttl 1
email 'test@test.test'
email 'test.test'
master_nameserver 'test.test'
end
end