6 lines
194 B
Clojure
Raw Normal View History

2012-07-05 21:29:10 +07:00
(ns test-timbre.main
2012-07-05 15:02:27 +07:00
(:use [clojure.test]
[taoensso.timbre :as timbre :only (info)]
[taoensso.timbre.profiling :as profiling :only (p profile)]))
(deftest test-nothing) ; TODO