module RSpec::Core::MemoizedHelpers

def should_not(matcher=nil, message=nil)

Other tags:
    See: #subject -
def should_not(matcher=nil, message=nil)
  RSpec::Expectations::NegativeExpectationHandler.handle_matcher(subject, matcher, message)
end