timbre/test/test_timbre/main.clj

6 lines
194 B
Clojure
Raw Normal View History

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