Use new requires_attribute method in poll

This commit is contained in:
Martin Lensment 2015-01-27 15:34:01 +02:00
parent 857ab488b8
commit 365e27086f
5 changed files with 5 additions and 10 deletions

View file

@ -213,7 +213,7 @@ describe 'EPP Domain', epp: true do
xml = domain_create_xml(ns: [])
response = epp_plain_request(xml, :xml)
response[:result_code].should == '2003'
response[:msg].should == 'Required parameter missing: ns'
response[:msg].should == 'Required parameter missing: ns > hostAttr'
end
it 'does not create domain with too many nameservers' do