Placeholder for contact info

This commit is contained in:
Andres Keskküla 2014-07-30 15:09:43 +03:00
parent 8882c36053
commit 2cdd10f465
4 changed files with 32 additions and 0 deletions

View file

@ -56,6 +56,14 @@ describe 'EPP Contact', epp: true do
end
#TODO replace after implementing info commad for contact
it 'returns error unimplemented command on info_contact' do
Fabricate(:contact)
response = epp_request('contacts/info.xml')
expect(response[:result_code]).to eq('2101')
expect(response[:msg]).to eq('Unimplemented command')
end
end
end