Revert gem

This commit is contained in:
Martin Lensment 2014-10-22 16:05:59 +03:00
parent ebb389248e
commit d4e1db4ea4
3 changed files with 2 additions and 11 deletions

View file

@ -2,7 +2,7 @@ require 'rails_helper'
describe 'EPP Session', epp: true do
let(:server_gitlab) { Epp::Server.new({ server: 'localhost', tag: 'gitlab', password: 'ghyt9e4fu', port: 701 }) }
let(:login_xml_cache) { EppXml::Session.login(clID: { value: 'gitlab' }, pw: { value: 'ghyt9e4fu' }) }
let(:login_xml_cache) { login_xml }
context 'when not connected' do
it 'greets client upon connection' do