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
88 89 90 |
# File 'lib/fitting/matchers/response_matcher.rb', line 88 def match_schema Response.new end |
#strictly_match_schema ⇒ Object
92 93 94 |
# File 'lib/fitting/matchers/response_matcher.rb', line 92 def strictly_match_schema StrictResponse.new end |