mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
Attach nameservers to domain
This commit is contained in:
parent
f6ce3b4c4e
commit
d01944fe21
5 changed files with 22 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue