Dnskey spec

This commit is contained in:
Martin Lensment 2014-10-14 11:58:24 +03:00
parent 7a647682df
commit da6b115f6f
4 changed files with 25 additions and 0 deletions

View file

@ -7,6 +7,7 @@ describe Domain do
it { should have_many(:tech_contacts) }
it { should have_many(:admin_contacts) }
it { should have_many(:domain_transfers) }
it { should have_many(:dnskeys) }
context 'with sufficient settings' do
before(:each) { Fabricate(:domain_validation_setting_group) }