It'd be real nice to get Common.Test in a less massive state.
Common.Test
Using SpecWith Run instead of Run -> Spec would be good too - allows us to define itDb message action = it message $ \run -> run action.
SpecWith Run
Run -> Spec
itDb message action = it message $ \run -> run action
It'd be real nice to get
Common.Testin a less massive state.Using
SpecWith Runinstead ofRun -> Specwould be good too - allows us to defineitDb message action = it message $ \run -> run action.