mirror of
https://github.com/zebrajr/express.git
synced 2026-01-15 12:15:27 +00:00
test for application prototype
This commit is contained in:
@@ -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')
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user