diff --git a/yesod-test/README.md b/yesod-test/README.md index 31a8a3e9..1567d028 100644 --- a/yesod-test/README.md +++ b/yesod-test/README.md @@ -39,7 +39,7 @@ This is the helloworld and kitchen sink. In this case for testing a yesod app. 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.