Correct the description of arbitrary monad server spec
This commit is contained in:
parent
61a99c9567
commit
845a06ccbd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import Test.Hspec.Wai (get, matchStatus, post,
|
||||||
shouldRespondWith, with)
|
shouldRespondWith, with)
|
||||||
|
|
||||||
spec :: Spec
|
spec :: Spec
|
||||||
spec = describe "module Servant.Server.Enter" $ do
|
spec = describe "Arbitrary monad server" $ do
|
||||||
enterSpec
|
enterSpec
|
||||||
|
|
||||||
type ReaderAPI = "int" :> Get '[JSON] Int
|
type ReaderAPI = "int" :> Get '[JSON] Int
|
||||||
|
|
Loading…
Reference in a new issue