diff options
author | Clint Adams <clint@softwarefreedom.org> | 2014-04-01 10:19:07 -0400 |
---|---|---|
committer | Clint Adams <clint@softwarefreedom.org> | 2014-04-01 10:19:07 -0400 |
commit | c4f1b6f21b121933da8e424eee1a7ff87b535755 (patch) | |
tree | 3704f1341c0a8486edbe793dffcaffbcec39eaab /tests | |
parent | 86701c76d71a4e653716f073162cc05c62f2edcf (diff) |
Forward-port to yesod 1.2.5.2
Diffstat (limited to 'tests')
-rw-r--r-- | tests/main.hs | 1 |
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 |