Changes spec name and bump version to 1.5.1.1
This commit is contained in:
parent
3fecebd5ba
commit
6addf3923d
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user