timbre/test/test_timbre/timbre.clj

8 lines
163 B
Clojure
Raw Normal View History

2012-07-03 16:27:20 +07:00
(ns test-timbre.timbre
(:use [clojure.test]
2012-07-03 16:27:20 +07:00
[taoensso.timbre :as timbre :only (info)]))
;; TODO Tests (help would be welcome!!)
(deftest test-nothing)