From 1b9b8cc88653150a1c85d99c4233cd89b471fd2b Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 29 May 2016 17:32:22 +0200 Subject: [PATCH] Set test formatter to progress --- test/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Main.hs b/test/Main.hs index 5115f19..021a5d2 100644 --- a/test/Main.hs +++ b/test/Main.hs @@ -13,7 +13,7 @@ import Utils main :: IO () main = hspecWith - defaultConfig { configFormatter = Just specdoc } + defaultConfig { configFormatter = Just progress } $ before_ up $ after_ down $ Spec.spec