mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 08:43:37 +02:00
parent
7995525d9d
commit
71228726f1
1 changed files with 4 additions and 0 deletions
|
@ -3,5 +3,9 @@ module Requests
|
||||||
def have_code_of(*args)
|
def have_code_of(*args)
|
||||||
Matchers::EPP::Code.new(*args)
|
Matchers::EPP::Code.new(*args)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def valid_legal_document
|
||||||
|
Base64.encode64('a' * 5000)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue