mocha testing

This commit is contained in:
Gustavo Cortez 2014-01-06 19:36:47 -03:00
parent c1e066fd1c
commit 6c4e476555
2 changed files with 8 additions and 2 deletions

View File

@ -48,13 +48,15 @@
"grunt-contrib-watch": "~0.5.3", "grunt-contrib-watch": "~0.5.3",
"grunt-concurrent": "~0.4.2", "grunt-concurrent": "~0.4.2",
"grunt-nodemon": "~0.1.2", "grunt-nodemon": "~0.1.2",
"grunt-mocha-test": "~0.8.1" "grunt-mocha-test": "~0.8.1",
"should": "~2.1.1"
}, },
"devDependencies": { "devDependencies": {
"grunt-contrib-watch": "latest", "grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest", "grunt-contrib-jshint": "latest",
"grunt-nodemon": "latest", "grunt-nodemon": "latest",
"grunt-concurrent": "latest", "grunt-concurrent": "latest",
"grunt-mocha-test": "latest" "grunt-mocha-test": "latest",
"should": "latest"
} }
} }

4
test/mocha.opts Normal file
View File

@ -0,0 +1,4 @@
--require should
-R spec
--ui bdd