From 80e4fe0529a5f223ef37721129a76891b968f6bd Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Fri, 29 May 2015 17:04:20 +0300 Subject: [PATCH] Spec comment update, #2557 --- spec/epp/domain_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/epp/domain_spec.rb b/spec/epp/domain_spec.rb index f222f5abb..f9d355482 100644 --- a/spec/epp/domain_spec.rb +++ b/spec/epp/domain_spec.rb @@ -1406,7 +1406,7 @@ describe 'EPP Domain', epp: true do d = Domain.last - d.registrant_code.should_not == 'FIXED:CITIZEN_1234' # should not update, because pending + d.registrant_code.should_not == 'FIXED:CITIZEN_1234' # should not update d.auth_info.should == existing_pw d.pending_update?.should == true end @@ -1447,7 +1447,7 @@ describe 'EPP Domain', epp: true do d = Domain.last - d.registrant_code.should_not == 'FIXED:CITIZEN_1234' # should not update, because pending + d.registrant_code.should_not == 'FIXED:CITIZEN_1234' # should not update d.auth_info.should == existing_pw d.nameservers.size == 3 d.pending_update?.should == false @@ -1482,7 +1482,7 @@ describe 'EPP Domain', epp: true do d = Domain.find(domain_id) - d.registrant_code.should_not == 'FIXED:CITIZEN_1234' # should not update, because pending + d.registrant_code.should_not == 'FIXED:CITIZEN_1234' # should not update d.auth_info.should == existing_pw d.nameservers.size.should == 0 d.pending_update?.should == false