chore(project): upgrade grunt-jasmine-node

This commit is contained in:
Nico Rehwaldt 2014-04-09 15:07:35 +02:00
parent a029c1528c
commit 0c48002ada
2 changed files with 11 additions and 9 deletions

View File

@ -32,14 +32,16 @@ module.exports = function(grunt) {
} }
}, },
jasmine_node: { jasmine_node: {
specNameMatcher: '.*Spec', options: {
projectRoot: 'test/spec/node', specNameMatcher: '.*Spec',
jUnit: { jUnit: {
report: true, report: true,
savePath : 'tmp/reports/jasmine', savePath : 'tmp/reports/jasmine',
useDotNotation: true, useDotNotation: true,
consolidate: true consolidate: true
} }
},
node: [ 'test/spec/node/' ]
}, },
karma: { karma: {
options: { options: {

View File

@ -39,7 +39,7 @@
"grunt-jsdoc": "~0.5.1", "grunt-jsdoc": "~0.5.1",
"grunt-concurrent": "~0.4.0", "grunt-concurrent": "~0.4.0",
"grunt-karma": "~0.8.0", "grunt-karma": "~0.8.0",
"grunt-jasmine-node": "~0.1.0", "grunt-jasmine-node": "~0.2.1",
"grunt-release": "~0.7.0", "grunt-release": "~0.7.0",
"load-grunt-tasks": "~0.3.0", "load-grunt-tasks": "~0.3.0",
"karma": "~0.12.0", "karma": "~0.12.0",