Changes spec name and bump version to 1.5.1.1

This commit is contained in:
Maxime Bourget 2016-04-12 21:42:33 +01:00
parent 3fecebd5ba
commit 6addf3923d
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 1.5.1.1
* Fix `addToken_` needing a trailing space and allows multiples spaces in css selector.
## 1.5.1.0
* Better error provenance for stuff invoking withResponse' [#1191](https://github.com/yesodweb/yesod/pull/1191)

View File

@ -140,7 +140,7 @@ main = hspec $ do
htmlAnyContain "p" "World"
htmlAnyContain "p" "Moon"
htmlNoneContain "p" "Sun"
yit "CSRF token" $ do
yit "finds the CSRF token by css selector" $ do
get ("/form" :: Text)
statusIs 200

View File

@ -1,5 +1,5 @@
name: yesod-test
version: 1.5.1.0
version: 1.5.1.1
license: MIT
license-file: LICENSE
author: Nubis <nubis@woobiz.com.ar>