Fix tests: Allow single files to be run

This commit is contained in:
Esteban Ordano 2014-10-01 18:02:17 -03:00
commit 41198ff031
21 changed files with 21 additions and 32 deletions

View file

@ -88,12 +88,12 @@ module.exports = function(grunt) {
mochaTest: {
tests: {
options: {
require: 'test/mocha_node_setup.js',
require: 'setup/node.js',
reporter: 'spec',
mocha: require('mocha')
},
src: [
'test/models/*.js',
'test/*.js',
]
}
},