test for application prototype

This commit is contained in:
Tj Holowaychuk
2011-11-08 15:45:30 -08:00
parent d17dd3e3d8
commit a15e745d42

View File

@@ -18,4 +18,8 @@ describe('exports', function(){
express.methods.should.contain('put');
express.methods.should.contain('post');
})
it('should expose the application prototype', function(){
express.application.set.should.be.a('function')
})
})