expose YesodExampleData
This commit is contained in:
parent
fdb6ff9f5d
commit
00f8bcf59b
@ -29,6 +29,7 @@ module Yesod.Test
|
|||||||
, YesodSpec
|
, YesodSpec
|
||||||
, yesodSpecWithSiteGenerator
|
, yesodSpecWithSiteGenerator
|
||||||
, YesodExample
|
, YesodExample
|
||||||
|
, YesodExampleData(..)
|
||||||
, YesodSpecTree (..)
|
, YesodSpecTree (..)
|
||||||
, ydescribe
|
, ydescribe
|
||||||
, yit
|
, yit
|
||||||
@ -125,7 +126,7 @@ import Data.Time.Clock (getCurrentTime)
|
|||||||
|
|
||||||
-- | The state used in a single test case defined using 'yit'
|
-- | The state used in a single test case defined using 'yit'
|
||||||
--
|
--
|
||||||
-- Since 1.2.0
|
-- Since 1.2.4
|
||||||
data YesodExampleData site = YesodExampleData
|
data YesodExampleData site = YesodExampleData
|
||||||
{ yedApp :: !Application
|
{ yedApp :: !Application
|
||||||
, yedSite :: !site
|
, yedSite :: !site
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
name: yesod-test
|
name: yesod-test
|
||||||
version: 1.2.3.2
|
version: 1.2.4
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Nubis <nubis@woobiz.com.ar>
|
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
|
synopsis: integration testing for WAI/Yesod Applications
|
||||||
category: Web, Yesod, Testing
|
category: Web, Yesod, Testing
|
||||||
stability: Experimental
|
stability: Experimental
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user