=== Re-running Tests ===
-The function `!`, `!!` and `!!!` rerun recently run tests (we store
+The functions `!`, `!!` and `!!!` rerun recently run tests (we store
the names passed to run! and simply call run! with those names again).
=== Running Tests at Test Definition Time ===
== Random Testing (QuickCheck) ==
+TODO.
+
Every FiveAM test can be a random test, just use the for-all macro.
== Fixtures ==