mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Add EPP response spec matcher
This commit is contained in:
parent
dfca1d4e69
commit
3038d240f7
6 changed files with 115 additions and 1 deletions
|
@ -7,5 +7,9 @@ module Requests
|
|||
def valid_legal_document
|
||||
Base64.encode64('a' * 5000)
|
||||
end
|
||||
|
||||
def epp_response
|
||||
EPP::Response.from_xml(response.body)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue