diff --git a/Makefile b/Makefile index a86a7ee..c7052e7 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ test: @NODE_ENV=test ./node_modules/.bin/mocha \ --require should \ --harmony-generators \ + test/application \ test/context/* \ test/request/* \ test/response/* \