# File lib/rspec/matchers/base_matcher.rb, line 39
      def failure_message_for_should_not
        "expected #{actual.inspect} not to #{name_to_sentence}#{expected_to_sentence}"
      end