# File lib/rspec/core/subject.rb, line 80
          def should_not(matcher=nil, message=nil)
            RSpec::Expectations::NegativeExpectationHandler.handle_matcher(subject, matcher, message)
          end