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