class RSpec::Matchers::BuiltIn::Change

def matches_min?

def matches_min?
  @minimum ? (@actual_after - @actual_before >= @minimum) : true
end