mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Logout command
This commit is contained in:
parent
b812ea384e
commit
44b257efa3
11 changed files with 90 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
module Epp
|
||||
def read_body(filename)
|
||||
def read_body filename
|
||||
File.read("spec/epp/requests/#{filename}")
|
||||
end
|
||||
|
||||
def parse_result_code response
|
||||
response.css('epp response result').first[:code]
|
||||
end
|
||||
end
|
||||
|
||||
RSpec.configure do |c|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue