Correct the description of arbitrary monad server spec

This commit is contained in:
Amar 2016-04-28 22:27:50 +08:00
parent 61a99c9567
commit 845a06ccbd

View File

@ -14,7 +14,7 @@ import Test.Hspec.Wai (get, matchStatus, post,
shouldRespondWith, with)
spec :: Spec
spec = describe "module Servant.Server.Enter" $ do
spec = describe "Arbitrary monad server" $ do
enterSpec
type ReaderAPI = "int" :> Get '[JSON] Int