class RSpec::Matchers::BuiltIn::Exist

def failure_message_when_negated

Returns:
  • (String) -

Other tags:
    Api: - private
def failure_message_when_negated
  "expected #{actual_formatted} not to exist#{@test.validity_message}"
end