diff --git a/project.clj b/project.clj index 350540c..44cbeab 100644 --- a/project.clj +++ b/project.clj @@ -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"]])