From 5d3f95ad77efad58e28ce272d7c7ba452d451e94 Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 28 Feb 2016 15:14:44 -0500 Subject: [PATCH] add humane-test-output to dev profile --- vwowrla.core/project.clj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vwowrla.core/project.clj b/vwowrla.core/project.clj index 254220b..85557d3 100644 --- a/vwowrla.core/project.clj +++ b/vwowrla.core/project.clj @@ -10,4 +10,8 @@ [prismatic/schema "1.0.5"] [cheshire "5.5.0"]] - :profiles {:repl {:source-paths ["repl"]}}) + :profiles {:repl {:source-paths ["repl"]} + + :dev {:dependencies [[pjstadig/humane-test-output "0.7.1"]] + :injections [(require 'pjstadig.humane-test-output) + (pjstadig.humane-test-output/activate!)]}})