Cleanup docstrings
[fiveam.git] / src / suite.lisp
index 4e96bfb..43e5f70 100644 (file)
@@ -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)