Allow absence of name servers

#267
This commit is contained in:
Artur Beljajev 2016-12-28 15:01:32 +02:00
parent 3c4cba93f4
commit d39d3766b2
9 changed files with 484 additions and 11 deletions

View file

@ -10,6 +10,8 @@ RSpec.configure do |config|
Setting.dnskeys_min_count = 0
Setting.dnskeys_max_count = 9
Setting.nameserver_required = false
Setting.ns_min_count = 2
Setting.ns_max_count = 11