Add schema validations for session spec #2660

This commit is contained in:
Martin Lensment 2015-05-28 18:39:26 +03:00
parent a9449bb05e
commit 2ecce2141e
6 changed files with 43 additions and 38 deletions

View file

@ -939,15 +939,6 @@ describe 'EPP Contact', epp: true do
end
end
end
context 'renew command' do
it 'returns 2101-unimplemented command' do
response = epp_plain_request('contacts/renew.xml')
response[:msg].should == 'Unimplemented command'
response[:result_code].should == '2101'
end
end
end
def check_multiple_contacts_xml