Closed sol closed 9 years ago
Add
withApplication = flip runWaiSession
so that it can be used for individual examples, like so:
it "serves requests" $ withApplication app $ do get "/" `shouldRespondWith` 200
In addition we may want to deprecated runWaiSession.
runWaiSession
Add
so that it can be used for individual examples, like so:
In addition we may want to deprecated
runWaiSession
.