aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/grunt/plugins.js2
1 files changed, 1 insertions, 1 deletions
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());
});