module Fitting::Matchers
Public Instance Methods
match_schema()
click to toggle source
# File lib/fitting/matchers/response_matcher.rb, line 87 def match_schema Response.new end
strictly_match_schema()
click to toggle source
# File lib/fitting/matchers/response_matcher.rb, line 91 def strictly_match_schema StrictResponse.new end