From bba5cc50c67a083fd1314c89ee110377fa105373 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 30 Nov 2013 14:22:24 +0400 Subject: [PATCH] Ditto --- test/monger/test/full_text_search_test.clj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/monger/test/full_text_search_test.clj b/test/monger/test/full_text_search_test.clj index 3af94c4..6b0a793 100644 --- a/test/monger/test/full_text_search_test.clj +++ b/test/monger/test/full_text_search_test.clj @@ -3,10 +3,10 @@ [monger.collection :as mc] [monger.search :as ms] [monger.command :as cmd] - [monger.test.helper :as helper]) - (:use [clojure.test :only [deftest is use-fixtures]] - monger.test.fixtures - [monger.result :only [ok?]])) + [monger.test.helper :as helper] + [clojure.test :refer [deftest is use-fixtures]] + [monger.test.fixtures :refer :all] + [monger.result :refer [ok?]])) (helper/connect!)