Removed the default-test-args slot from test-suite.
[fiveam.git] / t / tests.lisp
index 601c2fd..8eadcc2 100644 (file)
@@ -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))))
@@ -25,7 +23,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)))