Fix api-breakage in SIGNALS.
[fiveam.git] / src / run.lisp
index 3f03cfa..c070f44 100644 (file)
@@ -194,7 +194,7 @@ run."))
 
 ;;;; ** Public entry points
 
-(defun run! (test-spec)
+(defun run! (&optional (test-spec *suite*))
   "Equivalent to (explain (run TEST-SPEC))."
   (explain! (run test-spec)))