From d032b7cd0a6dbc6dda492c8297e1d148c2d59c12 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Tue, 21 Jul 2015 16:10:34 +0300 Subject: [PATCH] Remove fit #2588 --- 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 5eb8a3832..80d8fc354 100644 --- a/spec/epp/contact_spec.rb +++ b/spec/epp/contact_spec.rb @@ -184,7 +184,7 @@ describe 'EPP Contact', epp: true do response[:result_code].should == '2005' end - fit 'should not allow spaces in custom code' do + it 'should not allow spaces in custom code' do response = create_request({ id: { value: '1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111' } }) response[:msg].should == 'is invalid [code]' response[:result_code].should == '2005'