Changelog for hspec-yesod-0.2.0.1
ChangeLog for hspec-yesod
0.2.0.1
- Fixes unused import warnings in
Test.Hspec.Yesod.Internal statusIsnow also prints the first 1024 characters of the request body, in certain circumstances.statusIsoutput broken across multiple lines
0.2.0
statusIsnow prints the request method, path, and query string on failing requests- Tracks the latest request via
yedRequestonYesodExampleData - Adds
getLatestRequestandrequireLatestRequestas helpful accessors for it - Adds
formatRequestBuilderDataForDebuggingto format the request for use in error messages - Adds a new
.Internalmodule to access fields ofRequestBuilderData
Together these changes are intended to allow for better error messages, like the one made to statusIs.
0.1.0
- Initial release and fork from
yesod-test.