expose YesodExampleData

This commit is contained in:
Greg Weber 2014-08-11 15:58:47 -07:00
parent fdb6ff9f5d
commit 00f8bcf59b
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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