summaryrefslogtreecommitdiff
path: root/tests/main.hs
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2014-04-01 10:19:07 -0400
committerClint Adams <clint@softwarefreedom.org>2014-04-01 10:19:07 -0400
commitc4f1b6f21b121933da8e424eee1a7ff87b535755 (patch)
tree3704f1341c0a8486edbe793dffcaffbcec39eaab /tests/main.hs
parent86701c76d71a4e653716f073162cc05c62f2edcf (diff)
Forward-port to yesod 1.2.5.2
Diffstat (limited to 'tests/main.hs')
-rw-r--r--tests/main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/main.hs b/tests/main.hs
index 672220d..a869b66 100644
--- a/tests/main.hs
+++ b/tests/main.hs
@@ -7,6 +7,7 @@ module Main where
import Import
import Yesod.Default.Config
import Yesod.Test
+import Test.Hspec (hspec)
import Application (makeFoundation)
import HomeTest