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
62 63 64 |
# File 'lib/fitting/matchers/response_matcher.rb', line 62 def match_schema Response.new end |
#strictly_match_schema ⇒ Object
66 67 68 |
# File 'lib/fitting/matchers/response_matcher.rb', line 66 def strictly_match_schema StrictResponse.new end |