mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
parent
22fcb1c7ef
commit
ac3f3e107c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue