summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarren Smith <garren.smith@gmail.com>2014-02-07 15:13:05 +0200
committerGarren Smith <garren.smith@gmail.com>2014-02-07 15:13:05 +0200
commitfb633cb2892ff06316b49a1549b804537beaf59e (patch)
treecef5bd2a02decc38b204f369b9a46a75c7f6d676
parent8ec4cbc11e337555dd82e27e19c802bda3bcb817 (diff)
downloadcouchdb-fb633cb2892ff06316b49a1549b804537beaf59e.tar.gz
Fix failing grunt test
-rw-r--r--src/fauxton/Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fauxton/Gruntfile.js b/src/fauxton/Gruntfile.js
index 9507a60f0..c087afac9 100644
--- a/src/fauxton/Gruntfile.js
+++ b/src/fauxton/Gruntfile.js
@@ -426,7 +426,7 @@ module.exports = function(grunt) {
*/
// clean out previous build artefactsa and lint
grunt.registerTask('lint', ['clean', 'jshint']);
- grunt.registerTask('test', ['lint', 'dependencies', 'test_inline']);
+ grunt.registerTask('test', ['lint', 'dependencies', 'gen_initialize:development', 'test_inline']);
// lighter weight test task for use inside dev/watch
grunt.registerTask('test_inline', ['mochaSetup','jst', 'concat:test_config_js','mocha_phantomjs']);
// Fetch dependencies (from git or local dir), lint them and make load_addons