X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=t%2Ftests.lisp;h=a5fec51786b9fa52076c15bbe0540118facc9e11;hb=869a1f5516006aba36b927d447206f686206fbc1;hp=a77abf3de45a308e69df5b46438e9100ca21d916;hpb=ef75e7e7624f52a11e317fb0a8db7057233a45bf;p=fiveam.git diff --git a/t/tests.lisp b/t/tests.lisp index a77abf3..a5fec51 100644 --- a/t/tests.lisp +++ b/t/tests.lisp @@ -1,8 +1,8 @@ -;;;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- -(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)))