mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 16:39:55 +02:00
Refactor some xml-ls to epp xml gem
This commit is contained in:
parent
d4e1db4ea4
commit
c9a01f5d11
4 changed files with 35 additions and 26 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) { login_xml }
|
||||
let(:login_xml_cache) { EppXml::Session.login(clID: { value: 'gitlab' }, pw: { value: 'ghyt9e4fu' }) }
|
||||
|
||||
context 'when not connected' do
|
||||
it 'greets client upon connection' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue