Update epp contacts spec

#251
This commit is contained in:
Artur Beljajev 2016-12-08 03:21:40 +02:00
parent 027a60b476
commit c8fd0eb1a4

View file

@ -46,7 +46,6 @@ RSpec.describe 'EPP contact' do
it 'returns code of 1000' do it 'returns code of 1000' do
post '/epp/command/create', frame: request_xml post '/epp/command/create', frame: request_xml
p controller.path
expect(response_code).to eq('1000') expect(response_code).to eq('1000')
end end
end end