X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fclasses.lisp;h=8f11102db2a9d3c776cad52bbbb9fe934a102d32;hb=b37e3f37f173eea9c8149109f73f9b34c6a1515c;hp=0e7d836356808b39bd575aa5457f9ca23c626ee5;hpb=8e2b8ea5671d45cd1b3efdd037af289200e6e0a8;p=fiveam.git diff --git a/src/classes.lisp b/src/classes.lisp index 0e7d836..8f11102 100644 --- a/src/classes.lisp +++ b/src/classes.lisp @@ -36,11 +36,7 @@ ((tests :accessor tests :initform (make-hash-table :test 'eql) :documentation "The hash table mapping names to test objects in this suite. The values in this hash table - can be either test-cases or other test-suites.") - (default-test-args :accessor default-test-args :initform '() - :initarg :default-test-args - :documentation "Arguments passed to TEST - macro when using this suite.")) + can be either test-cases or other test-suites.")) (:documentation "A test suite is a collection of tests or test suites. Test suites serve to organize tests into groups so that the