diff --git a/test/test_taoensso/timbre.clj b/test/test_taoensso/timbre.clj new file mode 100644 index 0000000..292ebf7 --- /dev/null +++ b/test/test_taoensso/timbre.clj @@ -0,0 +1,6 @@ +(ns test-taoensso.timbre + (:use [clojure.test] + [taoensso.timbre :as timbre :only (info)] + [taoensso.timbre.profiling :as profiling :only (p profile)])) + +(deftest test-nothing) ; TODO \ No newline at end of file diff --git a/test/test_timbre/timbre.clj b/test/test_timbre/timbre.clj deleted file mode 100644 index eb4662e..0000000 --- a/test/test_timbre/timbre.clj +++ /dev/null @@ -1,5 +0,0 @@ -(ns test-timbre.timbre - (:use [clojure.test] - [taoensso.timbre :as timbre :only (info)])) - -(deftest test-nothing) ; TODO diff --git a/test/test_timbre/timbre/profiling.clj b/test/test_timbre/timbre/profiling.clj deleted file mode 100644 index 4c4a3de..0000000 --- a/test/test_timbre/timbre/profiling.clj +++ /dev/null @@ -1,5 +0,0 @@ -(ns test-timbre.timbre.profiling - (:use [clojure.test] - [taoensso.timbre :as timbre :only (info)])) - -(deftest test-nothing) ; TODO \ No newline at end of file