class RSpec::Matchers::BuiltIn::Change

def by(expected_delta)

def by(expected_delta)
  @expected_delta = expected_delta
  self
end