class RSpec::Matchers::BuiltIn::Change

def matches_before?

def matches_before?
  @eval_before ? expected_matches_actual?(@expected_before, @actual_before) : true
end