tests: add a missing test description

closes #2631
This commit is contained in:
Ignacio Carbajo 2015-05-01 16:15:27 +02:00 committed by Douglas Christopher Wilson
parent 8dd1b3a618
commit ea6e4d3b6f

View File

@ -19,7 +19,7 @@ describe('app.all()', function(){
});
})
it('should ', function(done){
it('should run the callback for a method just once', function(done){
var app = express()
, n = 0;