adds humane-test-output for test readability

This commit is contained in:
Dave Della Costa 2014-06-24 19:22:39 +09:00
parent 83b2c07e05
commit 8eafe33cf9

View file

@ -14,10 +14,14 @@
[edl "0.1.0"]
[org.postgresql/postgresql "9.2-1003-jdbc4"]
[clj-logging-config "1.9.10"]
[zip-visit "1.0.2"]]
[zip-visit "1.0.2"]
[pjstadig/humane-test-output "0.6.0"]]
:profiles {:test {:dependencies [[org.clojure/tools.nrepl "0.2.3"]
[environ "0.4.0"]
[org.clojure/data.generators "0.1.2"]]}}
[org.clojure/data.generators "0.1.2"]]
:injections [(require 'pjstadig.humane-test-output)
(pjstadig.humane-test-output/activate!)]}}
:plugins [[lein-environ "0.4.0"]])