X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fsuite.lisp;h=a74f7edee06065d1a0293eefb372308b3d1af066;hb=4b85e1a17c80d4c55bd7511dd8a90954a455ecd6;hp=c0cac8b16dcaa5de8d75613b21c54e14186d8aca;hpb=03385bebe89688155b198f2f9afe34a0187126cd;p=fiveam.git diff --git a/src/suite.lisp b/src/suite.lisp index c0cac8b..a74f7ed 100644 --- a/src/suite.lisp +++ b/src/suite.lisp @@ -37,7 +37,7 @@ FIXTURE:: tests defined in this suite. [NOTE] -This macro is built on top of `make-suite` as such it, like `make-suite`, +This macro is built on top of `make-suite` and it, just like `make-suite`, will overrwrite any existing suite named `NAME`." `(eval-when (:compile-toplevel :load-toplevel :execute) (make-suite ',name @@ -75,7 +75,7 @@ Overrides any existing suite named NAME." (defun list-all-suites () (loop for suite being the hash-value in *suites* - collect suite)) + collect suite)) ;;;; ** Managing the Current Suite