summaryrefslogtreecommitdiff
path: root/tests/TestImport.hs
blob: 04249f9e2652243bbbe72b4c715143da16e7822d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{-# LANGUAGE OverloadedStrings #-}
module TestImport
    ( module Yesod.Test
    , module Foundation
    , Spec
    , Example
    ) where

import Yesod.Test
import Foundation

type Spec = YesodSpec App
type Example = YesodExample App