Module: Fitting::Matchers
- Defined in:
- lib/fitting/matchers/response_matcher.rb
Defined Under Namespace
Classes: Response, StrictResponse
Instance Method Summary collapse
Instance Method Details
#match_schema ⇒ Object
87 88 89 |
# File 'lib/fitting/matchers/response_matcher.rb', line 87 def match_schema Response.new end |
#strictly_match_schema ⇒ Object
91 92 93 |
# File 'lib/fitting/matchers/response_matcher.rb', line 91 def strictly_match_schema StrictResponse.new end |