use newer grunt-mocha-test for grunt 0.4 compat

This commit is contained in:
Jonathan Lipps
2013-02-20 11:07:43 -08:00
parent cc1d7fb79c
commit 897c871128
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ module.exports = function(grunt) {
grunt.registerTask('test', ['jshint', 'buildApp:TestApp', 'buildApp:UICatalog', 'unit', 'appiumutils', 'functional', 'servertest']);
grunt.registerTask('unit', 'mochaTest:unit');
grunt.registerTask('appiumutils', 'mochaTest:appiumutils');
grunt.registerTask('default', ['jshint', 'test']);
grunt.registerTask('default', ['test']);
grunt.registerTask('appium', "Start the Appium server", function(appName) {
if (typeof appName === "undefined") {
appName = null;
+1 -1
View File
@@ -53,7 +53,7 @@
"grunt": "~0.4.0",
"wd": "git://github.com/admc/wd.git",
"assert": "~0.4.9",
"grunt-mocha-test": "0.0.1",
"grunt-mocha-test": "~0.2.0",
"request": "~2.12.0",
"winston": "~0.6.2",
"difflib": "~0.2.4",