From 84467d869730c6821c07496f510355ab73e7c10b Mon Sep 17 00:00:00 2001 From: Julie Date: Thu, 30 Jan 2014 22:09:09 -0800 Subject: refactor(testing): run end to end tests on separate browsers in parallel --- lib/grunt/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/grunt') diff --git a/lib/grunt/plugins.js b/lib/grunt/plugins.js index a269cf82..59fee2e4 100644 --- a/lib/grunt/plugins.js +++ b/lib/grunt/plugins.js @@ -65,7 +65,7 @@ module.exports = function(grunt) { util.updateWebdriver.call(util, this.async()); }); - grunt.registerMultiTask('runprotractor', 'Run Protractor integration tests', function() { + grunt.registerMultiTask('protractor', 'Run Protractor integration tests', function() { util.startProtractor.call(util, this.data, this.async()); }); -- cgit v1.2.3