diff options
| author | Daniel Luz | 2012-10-24 09:37:53 -0200 | 
|---|---|---|
| committer | Igor Minar | 2012-10-31 13:12:49 -0700 | 
| commit | fdf85bfd86175fb513c214141b82f30fbaa9be4f (patch) | |
| tree | 21ee795d41b066c3e3541b9dbc72e264f194af2f /docs/content/misc/contribute.ngdoc | |
| parent | 090e5426ac3ed48470dea07df9950bdac4c03384 (diff) | |
| download | angular.js-fdf85bfd86175fb513c214141b82f30fbaa9be4f.tar.bz2 | |
docs(contribute): fix task name for continuous testing
Diffstat (limited to 'docs/content/misc/contribute.ngdoc')
| -rw-r--r-- | docs/content/misc/contribute.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc index c73a564c..3cd78842 100644 --- a/docs/content/misc/contribute.ngdoc +++ b/docs/content/misc/contribute.ngdoc @@ -186,7 +186,7 @@ change. To execute tests in this mode run:  1. To start the Testacular server, capture Chrome browser and run unit tests, run: -        rake test:jqlite +        rake autotest:jqlite  2. To capture more browsers, open this url in the desired browser (url might be different if you have multiple instance     of Testacular running, read Testacular's console output for the correct url): | 
