class RSpec::JsonMatcher::ExactMatcher

Public Instance Methods

compare(&reason) click to toggle source
# File lib/rspec/json_matcher/exact_matcher.rb, line 4
def compare(&reason)
  ExactComparer.compare(parsed, expected, &reason)
end