Renewed logic for error handling

This commit is contained in:
Martin Lensment 2014-08-04 15:10:46 +03:00
parent 86dc8321c6
commit 8dfb80c1ea
5 changed files with 13 additions and 5 deletions

View file

@ -73,7 +73,7 @@ describe 'EPP Domain', epp: true do
expect(response[:msg]).to eq('Required parameter missing - nameserver')
end
it 'does not create domain with too many nameservers', pending: true do
it 'does not create domain with too many nameservers' do
response = epp_request('domains/create_w_too_many_nameservers.xml')
expect(response[:result_code]).to eq('2306')
expect(response[:msg]).to eq('Domain must have 1-13 nameservers')