mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Remove fit #2588
This commit is contained in:
parent
91da0d30f0
commit
d032b7cd0a
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue