# File lib/rspec/matchers/built_in/has.rb, line 17
        def failure_message_for_should_not
          "expected ##{predicate(@expected)}#{failure_message_args_description} to return false, got true"
        end