Provide nameserver IP address in specs

#267
This commit is contained in:
Artur Beljajev 2016-12-29 16:45:53 +02:00
parent b9df5aa92d
commit 855deeb52b
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@ RSpec.describe 'EPP domain:create' do
<domain:ns>
<domain:hostAttr>
<domain:hostName>ns.test.com</domain:hostName>
<domain:hostAddr ip="v4">192.168.1.1</domain:hostAddr>
</domain:hostAttr>
</domain:ns>
<domain:registrant>test</domain:registrant>

View file

@ -44,6 +44,7 @@ RSpec.describe 'EPP domain:create' do
<domain:ns>
<domain:hostAttr>
<domain:hostName>ns.test.com</domain:hostName>
<domain:hostAddr ip="v4">192.168.1.1</domain:hostAddr>
</domain:hostAttr>
</domain:ns>
<domain:registrant>test</domain:registrant>