Set test formatter to progress
This commit is contained in:
parent
395621b27a
commit
1b9b8cc886
@ -13,7 +13,7 @@ import Utils
|
||||
main :: IO ()
|
||||
main =
|
||||
hspecWith
|
||||
defaultConfig { configFormatter = Just specdoc }
|
||||
defaultConfig { configFormatter = Just progress }
|
||||
$ before_ up
|
||||
$ after_ down
|
||||
$ Spec.spec
|
||||
|
Loading…
Reference in New Issue
Block a user