From 003f9d2048cb1cb66300b8d4f75406a71c7e48c2 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Fri, 13 Sep 2013 17:29:01 +0100 Subject: [PATCH] Fixing tests --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1f4545c009..3532fa7b54 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -693,7 +693,7 @@ var path = require('path'), grunt.registerTask('test-functional', ['setTestEnv', 'express:test', 'spawn-casperjs']); // Run tests and lint code - grunt.registerTask("validate", ["jslint", "mochacli:all", "test-functional"]); + grunt.registerTask("validate", ["jslint", "test-unit", "test-functional"]); // Generate Docs grunt.registerTask("docs", ["groc"]);