internetee-registry/spec/support/requests/epp_helpers.rb

7 lines
119 B
Ruby

module Requests
module EPPHelpers
def have_code_of(*args)
Matchers::EPP::Code.new(*args)
end
end
end