mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
Merge branch 'registry-475-refactor-zones' into registry-475
This commit is contained in:
commit
b2f4ae22b6
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
FactoryGirl.define do
|
FactoryGirl.define do
|
||||||
factory :zone, class: DNS::Zone do
|
factory :zone, class: DNS::Zone do
|
||||||
origin 'test'
|
sequence(:origin) { |n| "test#{n}" }
|
||||||
ttl 1
|
ttl 1
|
||||||
refresh 1
|
refresh 1
|
||||||
add_attribute :retry, 1
|
add_attribute :retry, 1
|
||||||
expire 1
|
expire 1
|
||||||
minimum_ttl 1
|
minimum_ttl 1
|
||||||
email 'test@test.test'
|
email 'test.test'
|
||||||
master_nameserver 'test.test'
|
master_nameserver 'test.test'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue