class RSpec::Matchers::BuiltIn::Change

def matches_expected_delta?

def matches_expected_delta?
  @expected_delta ? (@actual_before + @expected_delta == @actual_after) : true
end