class RSpec::Matchers::BuiltIn::BeNil

def failure_message_when_negated

Returns:
  • (String) -

Other tags:
    Api: - private
def failure_message_when_negated
  "expected: not nil\n     got: nil"
end