From 1722e00e8c4cda881bc703cf41598e25434a185e Mon Sep 17 00:00:00 2001 From: Matt Farnsworth Date: Mon, 9 Nov 2015 17:09:54 +0200 Subject: [PATCH] Story #104525314 - Test: fix bd85e0b33ccd0c431223cbcf4423825e38ea5d4a paren required --- spec/epp/domain_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/epp/domain_spec.rb b/spec/epp/domain_spec.rb index 4c5ba2118..8e3997649 100644 --- a/spec/epp/domain_spec.rb +++ b/spec/epp/domain_spec.rb @@ -2444,9 +2444,9 @@ describe 'EPP Domain', epp: true do }) response = epp_plain_request(xml) - response[:results][0][:msg].should start_with + response[:results][0][:msg].should start_with( "Element '{https://epp.tld.ee/schema/domain-eis-1.0.xsd}status', attribute 's': "\ - "[facet 'enumeration'] The value 'invalidStatus' is not an element of the set " + "[facet 'enumeration'] The value 'invalidStatus' is not an element of the set ") response[:results][0][:result_code].should == '2001' end