yesod-test 1.4.2.1 → 1.4.2.2
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- README.md +1/−1
- yesod-test.cabal +1/−1
README.md view
@@ -39,7 +39,7 @@ mySuite = do describe "Basic navigation and assertions" $ do it "Gets a page that has a form, with auto generated fields and token" $ do - get_ "url/of/page/with/form" -- Load a page + get "url/of/page/with/form" -- Load a page statusIs 200 -- Assert the status was success bodyContains "Hello Person" -- Assert any part of the document contains some text.
yesod-test.cabal view
@@ -1,5 +1,5 @@ name: yesod-test-version: 1.4.2.1+version: 1.4.2.2 license: MIT license-file: LICENSE author: Nubis <nubis@woobiz.com.ar>