From 8878fb82f8345ed3987a8ce71aea14e97f8dc887 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 5 Jul 2012 21:29:10 +0700 Subject: [PATCH] New tests ns structure. --- test/{test_taoensso/timbre.clj => test_timbre/main.clj} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/{test_taoensso/timbre.clj => test_timbre/main.clj} (72%) diff --git a/test/test_taoensso/timbre.clj b/test/test_timbre/main.clj similarity index 72% rename from test/test_taoensso/timbre.clj rename to test/test_timbre/main.clj index 292ebf7..c7096c4 100644 --- a/test/test_taoensso/timbre.clj +++ b/test/test_timbre/main.clj @@ -1,4 +1,4 @@ -(ns test-taoensso.timbre +(ns test-timbre.main (:use [clojure.test] [taoensso.timbre :as timbre :only (info)] [taoensso.timbre.profiling :as profiling :only (p profile)]))