7 8 9
# File 'lib/apivore/rspec_helpers.rb', line 7 def validate(method, path, response_code, params = {}) Validator.new(method, path, response_code, params) end