adds humane-test-output for test readability
This commit is contained in:
parent
83b2c07e05
commit
8eafe33cf9
|
@ -14,10 +14,14 @@
|
||||||
[edl "0.1.0"]
|
[edl "0.1.0"]
|
||||||
[org.postgresql/postgresql "9.2-1003-jdbc4"]
|
[org.postgresql/postgresql "9.2-1003-jdbc4"]
|
||||||
[clj-logging-config "1.9.10"]
|
[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"]
|
:profiles {:test {:dependencies [[org.clojure/tools.nrepl "0.2.3"]
|
||||||
[environ "0.4.0"]
|
[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"]])
|
:plugins [[lein-environ "0.4.0"]])
|
||||||
|
|
Loading…
Reference in a new issue