X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fsuite.lisp;fp=src%2Fsuite.lisp;h=43e5f70ed000049d67e61e34119719f256be5c5c;hb=c594b36a037a74047be52c9c0e35eefcbbcf14da;hp=4e96bfb2bb949431f0fc92ca81de888949fc9d9e;hpb=53f45abc72ba5446160feb359d89972f29b34924;p=fiveam.git diff --git a/src/suite.lisp b/src/suite.lisp index 4e96bfb..43e5f70 100644 --- a/src/suite.lisp +++ b/src/suite.lisp @@ -55,7 +55,7 @@ Overrides any existing suite named NAME." ;;;; ** Managing the Current Suite (defvar *suite* (setf (get-test 'NIL) - (make-suite 'NIL :description "Global Suite")) + (make-suite 'NIL :description "Default global suite")) "The current test suite object") (defmacro in-suite (suite-name)