From c317a7b51ac5b9cf76f399427e7e71fe4f793818 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Fri, 11 Oct 2013 14:56:15 +0100 Subject: chore(grunt): grunt-jasmine-node uses different config --- Gruntfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 48242fcf..c4d2bb21 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -193,8 +193,8 @@ module.exports = function(grunt) { process: ['build/docs/*.html', 'build/docs/.htaccess'] }, - "jasmine-node": { - run: { spec: 'docs/spec' } + "jasmine_node": { + projectRoot: 'docs/spec' }, "ddescribe-iit": { @@ -256,7 +256,7 @@ module.exports = function(grunt) { grunt.registerTask('test:docs', 'Run the doc-page tests with Karma', ['package', 'tests:docs']); grunt.registerTask('test:unit', 'Run unit, jQuery and Karma module tests with Karma', ['tests:jqlite', 'tests:jquery', 'tests:modules']); grunt.registerTask('test:e2e', 'Run the end to end tests with Karma and keep a test server running in the background', ['connect:testserver', 'tests:end2end']); - grunt.registerTask('test:docgen', ['jasmine-node']); + grunt.registerTask('test:docgen', ['jasmine_node']); grunt.registerTask('test:promises-aplus',['build:promises-aplus-adapter','shell:promises-aplus-tests']); grunt.registerTask('minify', ['bower','clean', 'build', 'minall']); -- cgit v1.2.3