Fixing Identity test

This commit is contained in:
Esteban Ordano 2014-10-25 20:10:54 -03:00
commit 3e5ccabc00
5 changed files with 57 additions and 261 deletions

View file

@ -85,7 +85,7 @@ module.exports = function(grunt) {
tasks: ['shell:dev', 'concat:main']
},
test: {
files: ['test/models/*.js'],
files: ['test/*.js'],
tasks: ['mochaTest']
}
},