class RSpec::Matchers::BuiltIn::ChangeToValue

def does_not_match?(_event_proc)

Other tags:
    Private: -
def does_not_match?(_event_proc)
  raise NotImplementedError, "`expect { }.not_to change { }.to()` " \
    "is not supported"
end