diff options
author | Colin Okay <okay@toyful.space> | 2022-03-20 09:39:57 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-03-20 09:39:57 -0500 |
commit | b54ffac171e3b99cfc8756d4c28e00727f6ff128 (patch) | |
tree | c66eb0d1d15c3f4c10dff6ea97eab3dbb8da919a | |
parent | 91533257d3ddf97a5d9cc670d6ec5d4e824af025 (diff) |
typo
-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 |