diff --git a/test/mounting.js b/test/mounting.js index 79d2f409e..8a17aef5f 100644 --- a/test/mounting.js +++ b/test/mounting.js @@ -74,7 +74,7 @@ describe('app.use()', function(){ admin.route.should.equal('/admin'); }) - it('should not add trailing slash', function(done) { + it('should not add trailing slash to req.url', function(done) { var app = connect(); app.use('/admin', function(req, res, next) {