mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
7 lines
119 B
Ruby
7 lines
119 B
Ruby
module Requests
|
|
module EPPHelpers
|
|
def have_code_of(*args)
|
|
Matchers::EPP::Code.new(*args)
|
|
end
|
|
end
|
|
end
|