lib/fitting/matchers/response_matcher.rb in fitting-2.18.1 vs lib/fitting/matchers/response_matcher.rb in fitting-2.18.2
- old
+ new
@@ -82,15 +82,7 @@
config.tomogram
)
@response.strict_fully_validates.valid?
end
end
-
- def match_schema
- Response.new
- end
-
- def strictly_match_schema
- StrictResponse.new
- end
end
end