diff --git a/src/monger/testing.clj b/src/monger/testkit.clj similarity index 99% rename from src/monger/testing.clj rename to src/monger/testkit.clj index 89c9aa0..64cebad 100644 --- a/src/monger/testing.clj +++ b/src/monger/testkit.clj @@ -7,7 +7,7 @@ ;; the terms of this license. ;; You must not remove this notice, or any other, from this software. -(ns monger.testing +(ns monger.testkit (:require [monger.collection :as mc] [monger.result :as mr]) (:use [monger.internal.fn :only (expand-all expand-all-with) :as fntools]) diff --git a/test/monger/test/factory_dsl.clj b/test/monger/test/factory_dsl.clj index 08f6364..cf6c577 100644 --- a/test/monger/test/factory_dsl.clj +++ b/test/monger/test/factory_dsl.clj @@ -1,6 +1,6 @@ (ns monger.test.factory-dsl (:use [clojure.test] - [monger testing joda-time] + [monger testkit joda-time] [monger.test.fixtures] [clj-time.core :only [days ago weeks now]]) (:require [monger.collection :as mc] diff --git a/test/monger/test/fixtures.clj b/test/monger/test/fixtures.clj index 3d3a79a..ec1ee49 100644 --- a/test/monger/test/fixtures.clj +++ b/test/monger/test/fixtures.clj @@ -1,6 +1,6 @@ (ns monger.test.fixtures (:require [monger.collection :as mgcol]) - (:use [monger.testing])) + (:use monger.testkit)) ;; ;; fixture functions