Commit efefe2b0 efefe2b0ba8a7e4d037b2c299d4e9ab67829b4f2 by Nicolas Perriault

Merge pull request #739 from kmike/patch-2

testing docs: fix notes about storing test failures
2 parents 4fefbaa0 09904ac9
......@@ -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 = [];
......