module RSpec::Core::MemoizedHelpers::ClassMethods

def should_not(matcher=nil, message=nil)

def should_not(matcher=nil, message=nil)
  RSpec::Expectations::NegativeExpectationHandler.handle_matcher(__its_subject, matcher, message)
end