Reload fixtures for tests and finish testing home

This commit is contained in:
Rowan Manning
2013-11-21 13:54:52 +00:00
parent a47fb38d7f
commit b5735b7f05
4 changed files with 42 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ module.exports = function (grunt) {
mochaTest: {
functional: {
src: ['test/functional/*.js'],
src: ['test/functional/**/*.js'],
options: {
reporter: 'spec'
}