mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Revert gem
This commit is contained in:
parent
ebb389248e
commit
d4e1db4ea4
3 changed files with 2 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue