yesod-test 1.2.3.2 → 1.2.4
raw patch · 2 files changed
+4/−3 lines, 2 files
Files
- Yesod/Test.hs +2/−1
- yesod-test.cabal +2/−2
Yesod/Test.hs view
@@ -29,6 +29,7 @@ , YesodSpec , yesodSpecWithSiteGenerator , YesodExample+ , YesodExampleData(..) , YesodSpecTree (..) , ydescribe , yit@@ -125,7 +126,7 @@ -- | The state used in a single test case defined using 'yit' ----- Since 1.2.0+-- Since 1.2.4 data YesodExampleData site = YesodExampleData { yedApp :: !Application , yedSite :: !site
yesod-test.cabal view
@@ -1,9 +1,9 @@ name: yesod-test-version: 1.2.3.2+version: 1.2.4 license: MIT license-file: LICENSE author: Nubis <nubis@woobiz.com.ar>-maintainer: Nubis <nubis@woobiz.com.ar>, Michael Snoyman+maintainer: Michael Snoyman, Greg Weber, Nubis <nubis@woobiz.com.ar> synopsis: integration testing for WAI/Yesod Applications category: Web, Yesod, Testing stability: Experimental