fix specs path

stable
Juanfran 2015-04-20 09:55:34 +02:00
parent c016394fa3
commit ac5e8b8a7a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module.exports = function(config) {
'node_modules/angular-mocks/angular-mocks.js',
'dist/js/app.js',
'dist/js/templates.js',
'app/coffee/**/*spec.coffee'
'app/**/*spec.coffee'
],