mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Add tests for zonefile #2806
This commit is contained in:
parent
72b322ae1f
commit
8c6bd53019
2 changed files with 40 additions and 0 deletions
10
spec/fabricators/zonefile_setting_fabricator.rb
Normal file
10
spec/fabricators/zonefile_setting_fabricator.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
Fabricator(:zonefile_setting) do
|
||||
origin 'ee'
|
||||
ttl 43200
|
||||
refresh 3600
|
||||
expire 1209600
|
||||
minimum_ttl 3600
|
||||
email 'hostmaster.eestiinternet.ee'
|
||||
master_nameserver 'ns.tld.ee'
|
||||
after_build { |x| x.retry = 900 }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue