fix domain default contact issue

This commit is contained in:
Priit Tark 2015-05-11 14:10:12 +03:00
parent 6d251f9533
commit e20de5b793
2 changed files with 4 additions and 4 deletions

View file

@ -94,8 +94,8 @@ describe 'EPP Domain', epp: true do
response[:clTRID].should == 'ABC-12345'
d.registrar.name.should == 'registrar1'
d.tech_contacts.count.should == 3
d.admin_contacts.count.should == 2
d.tech_contacts.count.should == 2
d.admin_contacts.count.should == 1
d.nameservers.count.should == 2
d.auth_info.should_not be_empty