; Assuming you have tests that need to be run with a database connection
(defn db-fixture [f]
(with-connection DB
(f)))
(use-fixtures :once db-fixture)
; Assuming you have tests that need to be run with a database connection
(defn db-fixture [f]
(with-connection DB
(f)))
(use-fixtures :once db-fixture)