added a simple test for the host_redirect middleware using mocha and should.js

This commit is contained in:
2012-03-08 01:02:38 +00:00
parent 5f0e243141
commit 4dcb789f17
4 changed files with 89 additions and 4 deletions

View File

@@ -8,6 +8,8 @@
"coffeekup": "0.3.1"
},
"devDependencies": {
"docco": "0.3.0"
"docco": "*",
"mocha": "*",
"should": "*"
}
}