class RSpec::Matchers::BuiltIn::Change

def matches_max?

def matches_max?
  @maximum ? (@actual_after - @actual_before <= @maximum) : true
end