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