Set test formatter to progress

This commit is contained in:
2016-05-29 17:32:22 +02:00
parent 395621b27a
commit 1b9b8cc886

View File

@@ -13,7 +13,7 @@ import Utils
main :: IO ()
main =
hspecWith
defaultConfig { configFormatter = Just specdoc }
defaultConfig { configFormatter = Just progress }
$ before_ up
$ after_ down
$ Spec.spec