added test for deep outfile

This commit is contained in:
Jarrod Overson 2013-06-15 10:13:26 -07:00
parent 3615419e90
commit 72c60666a7

View File

@ -36,6 +36,12 @@ module.exports = function(grunt) {
version: '1.2.0'
}
},
deepOutfile: {
src: 'test/fixtures/pivotal/src/**/*.js',
options: {
outfile: 'tmp/spec.html'
}
},
customTemplate: {
src: 'test/fixtures/pivotal/src/**/*.js',
options: {