Updated spec about contact infData

This commit is contained in:
Priit Tark 2015-03-09 17:40:18 +02:00
parent 563ef753d8
commit 67f23d2769

View file

@ -405,7 +405,7 @@ describe 'EPP Contact', epp: true do
response[:msg].should == 'Command completed successfully'
response[:result_code].should == '1000'
contact = response[:parsed].css('resData chkData')
contact = response[:parsed].css('resData infData')
contact.css('name').first.text.should == 'Johnny Awesome'
end