about summary refs log tree commit diff stats
path: root/project.clj
diff options
context:
space:
mode:
authorAlan Pearce2014-10-12 00:47:57 +0100
committerAlan Pearce2014-10-12 00:47:57 +0100
commitb12efc0d46294c8c6295971360b67de28127175a (patch)
tree5bd1df7e5fbe24f8dda019617891a005e96d5b06 /project.clj
parent452f0e79d5451f90e9b86006391be409331e64d9 (diff)
downloadmicroformats-b12efc0d46294c8c6295971360b67de28127175a.tar.lz
microformats-b12efc0d46294c8c6295971360b67de28127175a.tar.zst
microformats-b12efc0d46294c8c6295971360b67de28127175a.zip
Make trace available in tests
Really useful with expect-focused to understand what's going wrong
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 4223379..4cfd664 100644
--- a/project.clj
+++ b/project.clj
@@ -6,6 +6,7 @@
   :dependencies [[org.clojure/clojure "1.6.0"]
                  [enlive "1.1.5"]
                  [clojurewerkz/urly "1.0.0"]]
-  :profiles {:dev {:dependencies [[expectations "2.0.9"]]}}
+  :profiles {:dev {:dependencies [[expectations "2.0.9"]
+                                  [org.clojure/tools.trace "0.7.8"]]}}
   :plugins [[lein-expectations "0.0.7"]]
   :main microformats.parser)