X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=t%2Ftests.lisp;h=4cb094f0f739c81017e089f0226591b028b88ea7;hb=41226fef2be97caae83123bb751704cfcb7e92ba;hp=a77abf3de45a308e69df5b46438e9100ca21d916;hpb=ef75e7e7624f52a11e317fb0a8db7057233a45bf;p=fiveam.git diff --git a/t/tests.lisp b/t/tests.lisp index a77abf3..4cb094f 100644 --- a/t/tests.lisp +++ b/t/tests.lisp @@ -1,8 +1,8 @@ ;;;; -*- lisp -*- -(in-package :it.bese.FiveAM) +(in-package :it.bese.fiveam) -(in-suite :it.bese.FiveAM) +(in-suite :it.bese.fiveam) (def-suite test-suite :description "Suite for tests which should fail.") @@ -10,6 +10,7 @@ `(let ((,results (with-*test-dribble* nil (run ',test-name)))) ,@body)) +(rem-fixture 'null-fixture) (def-fixture null-fixture () `(progn ,@(&body)))