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: ...@@ -785,7 +785,7 @@ That will give something like this:
785 785
786 .. note:: 786 .. note::
787 787
788 In CasperJS 1.1, you can store test successes by recording them listening to the tester ``pass`` event:: 788 In CasperJS 1.1, you can store test failures by recording them listening to the tester ``fail`` event::
789 789
790 var failures = []; 790 var failures = [];
791 791
......