aboutsummaryrefslogtreecommitdiffstats
path: root/lib/grunt
diff options
context:
space:
mode:
authorJulie2014-01-30 22:09:09 -0800
committerIgor Minar2014-02-05 15:40:16 -0800
commit84467d869730c6821c07496f510355ab73e7c10b (patch)
tree726315b47d229fd92ba6dd5390dd12e117234826 /lib/grunt
parent0e85ca9ddb5f259908400463764fd6141977b341 (diff)
downloadangular.js-84467d869730c6821c07496f510355ab73e7c10b.tar.bz2
refactor(testing): run end to end tests on separate browsers in parallel
Diffstat (limited to 'lib/grunt')
-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());
});