Add in TODO note
authorMarco Baringer <mb@bese.it>
Sun, 2 Dec 2012 11:24:34 +0000 (12:24 +0100)
committerMarco Baringer <mb@bese.it>
Sun, 2 Dec 2012 11:24:34 +0000 (12:24 +0100)
docs/manual.txt

index 0334023..dc1c6ab 100644 (file)
@@ -298,7 +298,7 @@ or a symbol naming a single test or a test suite.
 
 === 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 ===
@@ -356,6 +356,8 @@ yourself:
 
 == Random Testing (QuickCheck) ==
 
+TODO.
+
 Every FiveAM test can be a random test, just use the for-all macro.
 
 == Fixtures ==