timbre/test/test_timbre/timbre.clj
2012-07-03 16:27:20 +07:00

8 lines
163 B
Clojure

(ns test-timbre.timbre
(:use [clojure.test]
[taoensso.timbre :as timbre :only (info)]))
;; TODO Tests (help would be welcome!!)
(deftest test-nothing)