Minor whitespace/documentation fixes
[fiveam.git] / t / tests.lisp
index caba093..e3d32d1 100644 (file)
   (signals circular-dependency
     (run 'circular-2)))
 
-
 (def-suite before-test-suite :description "Suite for before test" :in nil)
 
 (def-test before-0 (:suite before-test-suite)
   (with-test-results (results before-test-suite-2)
     (is (every #'test-passed-p results))))
 
-
 ;;;; dependencies with symbol
 (def-test dep-with-symbol-first (:suite test-suite)
   (pass))