Merge branch 'master' of github.com:internetee/registry

This commit is contained in:
Martin Lensment 2014-08-12 15:19:34 +03:00
commit 50f77ba81d
2 changed files with 3 additions and 1 deletions

View file

@ -94,6 +94,7 @@ describe 'EPP Contact', epp: true do
response = epp_request('contacts/info.xml')
expect(response[:result_code]).to eq('2303')
expect(response[:msg]).to eq('Object does not exist')
expect(response[:results][0][:value]).to eq('info-4444')
end
it 'returns info about contact' do