docs(protractor): remove unneeded instruction

This commit is contained in:
Andy Joslin
2014-03-08 10:08:42 -07:00
parent c4fb5aa3ab
commit 3dde8dd072

View File

@@ -88,7 +88,7 @@ For most cases, you'll need AngularJS as well. This is bundled in `js/angular/`
* `gulp watch` to watch and rebuild on change
* `gulp karma` to test one-time
* `gulp karma-watch` to test and re-run on source change
* `grunt protractor` to test e2e tests locally (requires static server on port 8080)
* `grunt protractor` to test e2e tests locally
* `grunt cloudtest` to run e2e tests in the cloud
### Commit Conventions