aboutsummaryrefslogtreecommitdiff
path: root/specs/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specs/Main.hs')
-rw-r--r--specs/Main.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/specs/Main.hs b/specs/Main.hs
new file mode 100644
index 0000000..e22c414
--- /dev/null
+++ b/specs/Main.hs
@@ -0,0 +1,8 @@
+module Main (main) where
+
+import qualified Specs.FooSpec
+import Test.Hspec (hspec)
+
+main :: IO ()
+main = hspec $ do
+ Specs.FooSpec.test