diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ questions. Useful for mocking. In the above, the temporary redefinition of JUST-A-FUNCTION is used. -# `WITH-STUBS` and `:PROGRAM` Style Tests +## `WITH-STUBS` and `:PROGRAM` Style Tests By using the `:program` test and the `with-stubs` macro, you can define just about any kind of test. In the following, you use |