Commit 1360ad6e 1360ad6e10d37af9e48f3e922dbfd0ced15fa9ab by Mickaël Andrieu

Update testing.rst

1 parent 6b641db6
......@@ -167,7 +167,7 @@ Options are prefixed with a double-dash (``--``):
- ``--post=post-test.js`` will add the tests contained in ``post-test.js`` **after** having executed the whole test suite;
- ``--fail-fast`` will terminate the current test suite as soon as a first failure is encountered.
- ``--concise`` will create a more concise output of the test suite.
- ``--no-colors`` will create an output without (beautifull) colors from casperjs.
- ``--no-colors`` will create an output without (beautiful) colors from casperjs.
Sample custom command:
......