Commit 09904ac9 09904ac91c813dc728f23be411b03922f2c9c577 by Mikhail Korobov

testing docs: fix notes about storing test failures

1 parent 4fefbaa0
......@@ -785,7 +785,7 @@ That will give something like this:
.. note::
In CasperJS 1.1, you can store test successes by recording them listening to the tester ``pass`` event::
In CasperJS 1.1, you can store test failures by recording them listening to the tester ``fail`` event::
var failures = [];
......