mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 19:29:39 +02:00
Fix spec settings
This commit is contained in:
parent
9a154d5918
commit
bb543c31bc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ RSpec.configure do |config|
|
||||||
Setting.ds_algorithm = 2
|
Setting.ds_algorithm = 2
|
||||||
Setting.ds_data_allowed = true
|
Setting.ds_data_allowed = true
|
||||||
Setting.ds_data_with_key_allowed = true
|
Setting.ds_data_with_key_allowed = true
|
||||||
Setting.key_data_allowed = true
|
Setting.key_data_allowed = false
|
||||||
|
|
||||||
Setting.dnskeys_min_count = 0
|
Setting.dnskeys_min_count = 0
|
||||||
Setting.dnskeys_max_count = 9
|
Setting.dnskeys_max_count = 9
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue