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