class RSpec::Matchers::BuiltIn::Change

def to(to)

def to(to)
  @eval_after = true
  @expected_after = to
  self
end