genesis-test-0.0.1.0: library/Genesis/Test.hs
module Genesis.Test
( -- * Managing the global database connection
-- | The bindings in this section are re-exported from
-- "Genesis.Test.Persist". For more information, see the module
-- documentation for "Genesis.Test.Persist".
runDB
, runDBCommit
, withGlobalPostgresqlConn
-- * HSpec helpers
, module Genesis.Test.Hspec
, dbExample
-- * Other re-exports
, module Genesis.Persist
) where
import Genesis.Persist
import Genesis.Test.Hspec
import Genesis.Test.Persist