summaryrefslogtreecommitdiff
path: root/tests/main.hs
diff options
context:
space:
mode:
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