yesod-test 1.2.3.1 → 1.2.3.2
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Yesod/Test.hs +1/−1
- yesod-test.cabal +1/−1
Yesod/Test.hs view
@@ -187,7 +187,7 @@ -- | The RequestBuilder state monad constructs an url encoded string of arguments -- to send with your requests. Some of the functions that run on it use the current--- response to analize the forms that the server is expecting to receive.+-- response to analyze the forms that the server is expecting to receive. type RequestBuilder site = ST.StateT (RequestBuilderData site) IO -- | Start describing a Tests suite keeping cookies and a reference to the tested 'Application'
yesod-test.cabal view
@@ -1,5 +1,5 @@ name: yesod-test-version: 1.2.3.1+version: 1.2.3.2 license: MIT license-file: LICENSE author: Nubis <nubis@woobiz.com.ar>