Commit 0a09159a 0a09159a17759856fc72f3ebaa6ded8fae5b7906 by Nicolas Perriault

Merge pull request #727 from kmike/patch-1

fix a typo in testing docs
2 parents d9ac3180 62d564c3
......@@ -258,7 +258,7 @@ is just a shortcut for this one:
.. code-block:: text
$ casper /path/to/casperjs/tests/run.js [path]
$ casperjs /path/to/casperjs/tests/run.js [path]
So if you want to extend Casper capabilities for your tests, your best bet is to write your own runner and extend the casper object instance from there.
......