Fix some epp tests

This commit is contained in:
Martin Lensment 2014-10-10 10:43:42 +03:00
parent a740ed34f3
commit f63eb66f02
6 changed files with 83 additions and 39 deletions

View file

@ -9,4 +9,7 @@ class Setting < ActiveRecord::Base
ALLOW_DS_DATA = 'allow_ds_data'
ALLOW_DS_DATA_WITH_KEYS = 'allow_ds_data_with_keys'
ALLOW_KEY_DATA = 'allow_key_data'
DNSKEYS_MAX_COUNT = 'dnskeys_max_count'
DNSKEYS_MIN_COUNT = 'dnskeys_min_count'
end