expose YesodExampleData
This commit is contained in:
parent
fdb6ff9f5d
commit
00f8bcf59b
@ -29,6 +29,7 @@ module Yesod.Test
|
||||
, YesodSpec
|
||||
, yesodSpecWithSiteGenerator
|
||||
, YesodExample
|
||||
, YesodExampleData(..)
|
||||
, YesodSpecTree (..)
|
||||
, ydescribe
|
||||
, yit
|
||||
@ -125,7 +126,7 @@ import Data.Time.Clock (getCurrentTime)
|
||||
|
||||
-- | 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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user