Skip to content
Snippets Groups Projects
Commit f93ab6c1 authored by Ryan Senior's avatar Ryan Senior
Browse files

Revert a change removed a needed monger require [ci drivers]

This is needed for Mongo tests to work
parent 3b11ff35
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,14 @@
org.bson.types.ObjectId
org.joda.time.DateTime))
;; See http://clojuremongodb.info/articles/integration.html
;; Loading these namespaces will load appropriate Monger integrations with JODA Time and Cheshire respectively
;;
;; These are loaded here and not in the `:require` above because they tend to get automatically removed by
;; `cljr-clean-ns` and also cause Eastwood to complain about unused namespaces
(require 'monger.joda-time
'monger.json)
(def ^:private ^:const $subtract :$subtract)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment