Skip to content

Instantly share code, notes, and snippets.

@drone29a
Created July 14, 2009 13:34
Show Gist options
  • Save drone29a/146934 to your computer and use it in GitHub Desktop.
Save drone29a/146934 to your computer and use it in GitHub Desktop.
;;; Not too bad for a :once fixture
(defn test-ns-hook
[]
(init-db (fn [] (get-tests)
(put-tests))))
;;; Gets ugly fast for :each fixtures
(defn test-ns-hook
[]
(init-db (fn [] (get-tests))
(init-db (fn [] (put-tests)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment