From 6e99d20972bec95d3502ef7549d74f67b4cf0001 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sat, 27 Sep 2014 15:34:15 +0200 Subject: Initial commit (using Yesod's scaffolding) --- tests/TestImport.hs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/TestImport.hs (limited to 'tests/TestImport.hs') diff --git a/tests/TestImport.hs b/tests/TestImport.hs new file mode 100644 index 0000000..04249f9 --- /dev/null +++ b/tests/TestImport.hs @@ -0,0 +1,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 -- cgit v1.2.3