diff --git a/tests/package.lisp b/tests/package.lisp index 9847d73..da1a28a 100644 --- a/tests/package.lisp +++ b/tests/package.lisp @@ -1,6 +1,7 @@ -;;;; package.lisp +;;;; tests/package.lisp (defpackage #:ritherdon-rest-tests (:use #:cl #:fiveam) (:export #:run! - #:all-tests)) + #:all-tests + #:test-quasi))