0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Fixing tests

This commit is contained in:
Hannah Wolfe 2013-09-13 17:29:01 +01:00
parent e9d2646997
commit 003f9d2048

View file

@ -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"]);