lib/fitting/matchers/response_matcher.rb in fitting-1.6.2 vs lib/fitting/matchers/response_matcher.rb in fitting-2.0.0

- old
+ new

@@ -57,14 +57,14 @@ "errors: \n#{@response.strict_fully_validates}\n" end end end - def match_response + def match_schema Response.new end - def strict_match_response + def strictly_match_schema StrictResponse.new end end end