class RSpec::Expectations::ExpectationTarget

def should_not(*args)

def should_not(*args)
  RSpec.deprecate "`expect { }.should_not`", :replacement => "`expect { }.not_to`"
  @target.should_not(*args)
end