We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a99c9 commit 845a06cCopy full SHA for 845a06c
servant-server/test/Servant/ArbitraryMonadServerSpec.hs
@@ -14,7 +14,7 @@ import Test.Hspec.Wai (get, matchStatus, post,
14
shouldRespondWith, with)
15
16
spec :: Spec
17
-spec = describe "module Servant.Server.Enter" $ do
+spec = describe "Arbitrary monad server" $ do
18
enterSpec
19
20
type ReaderAPI = "int" :> Get '[JSON] Int
0 commit comments