Skip to content

Commit

Permalink
User tests need CongoMongo
Browse files Browse the repository at this point in the history
  • Loading branch information
smcgivern committed Mar 12, 2013
1 parent 0edc47a commit 9383cb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/foreclojure/test/users.clj
@@ -1,7 +1,8 @@
(ns foreclojure.test.users
(:use [foreclojure.users])
(:use [clojure.test])
(:use [midje.sweet]))
(:use [midje.sweet])
(:use [somnium.congomongo :only [update!]))

(def users [{:user "user1", :solved [1 2 3 4] :rank 1}
{:user "user2", :solved [1 2 3] :rank 2}
Expand Down

0 comments on commit 9383cb2

Please sign in to comment.