Add EPP response code rspec matcher

#355
This commit is contained in:
Artur Beljajev 2017-01-25 05:11:31 +02:00
parent edf1e33260
commit e31c68d43f
6 changed files with 56 additions and 18 deletions

View file

@ -0,0 +1,7 @@
module Requests
module EPPHelpers
def have_code_of(*args)
Matchers::EPP::Code.new(*args)
end
end
end