class RSpec::Matchers::BuiltIn::ChangeFromValue

def failure_message_when_negated

Other tags:
    Private: -
def failure_message_when_negated
  return not_given_a_block_failure unless Proc === @event_proc
  return before_value_failure unless @matches_before
  did_change_failure
end