Attach nameservers to domain

This commit is contained in:
Martin Lensment 2014-08-01 17:52:35 +03:00
parent f6ce3b4c4e
commit d01944fe21
5 changed files with 22 additions and 3 deletions

View file

@ -41,6 +41,8 @@ describe 'EPP Domain', epp: true do
expect(Domain.first.registrar.name).to eq('Zone Media OÜ')
expect(Domain.first.tech_contacts.count).to eq 2
expect(Domain.first.admin_contacts.count).to eq 1
expect(Domain.first.nameservers.count).to eq(2)
end
it 'does not create duplicate domain' do