internetee-registry/spec/support/requests/epp_helpers.rb
2017-01-25 05:11:31 +02:00

7 lines
119 B
Ruby

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