class RSpec::Matchers::BuiltIn::Change

def negative_failure_reason

def negative_failure_reason
  return "was not given a block" unless Proc === @event_proc
  "did change from #{@actual_before_description} " \
  "to #{description_of change_details.actual_after}"
end