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