X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=t%2Ftests.lisp;h=8eadcc2360af502fd0a24d6e3af3a5e5e0f77fc3;hb=ea7021b8bc505e45fff8d226d8ab7fce6cae0f76;hp=f88d1fe44b85dfd797171806140d00d652c120a0;hpb=9be99934ca30d5d0119280eccd9873434a31232c;p=fiveam.git diff --git a/t/tests.lisp b/t/tests.lisp index f88d1fe..8eadcc2 100644 --- a/t/tests.lisp +++ b/t/tests.lisp @@ -4,9 +4,7 @@ (in-suite :it.bese.FiveAM) -(def-suite test-suite - :description "Suite for tests which should fail." - :default-test-args '(:fixture null-fixture :compile-at :run-time)) +(def-suite test-suite :description "Suite for tests which should fail.") (defmacro with-test-results ((results test-name) &body body) `(let ((,results (with-*test-dribble* nil (run ',test-name))))