# File lib/rspec/expectations/expectation_target.rb, line 60
        def should_not(*args)
          RSpec.deprecate "`expect { }.should_not`", "`expect { }.to_not`", 3
          @target.should_not(*args)
        end