Set test formatter to progress

This commit is contained in:
Julian Ospald 2016-05-29 17:32:22 +02:00
parent 395621b27a
commit 1b9b8cc886
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

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