From 67f23d2769504ce90a9c19dfca61908ea5aad65d Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 9 Mar 2015 17:40:18 +0200 Subject: [PATCH] Updated spec about contact infData --- spec/epp/contact_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/epp/contact_spec.rb b/spec/epp/contact_spec.rb index a52b547b5..d4ff7dfe8 100644 --- a/spec/epp/contact_spec.rb +++ b/spec/epp/contact_spec.rb @@ -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