From: Marco Baringer Date: Tue, 26 Jun 2007 11:49:14 +0000 (+0200) Subject: There is no fixture named foo, wtf? X-Git-Url: http://repo.macrolet.net/gitweb/?p=fiveam.git;a=commitdiff_plain;h=9be99934ca30d5d0119280eccd9873434a31232c There is no fixture named foo, wtf? --- diff --git a/t/tests.lisp b/t/tests.lisp index 601c2fd..f88d1fe 100644 --- a/t/tests.lisp +++ b/t/tests.lisp @@ -25,7 +25,7 @@ (is-true t) (is-false nil)) -(test (is2 :suite test-suite :fixture foo) +(test (is2 :suite test-suite :fixture null-fixture) (is (plusp 0)) (is (< 0 -1)) (is (not (plusp 1)))