aboutsummaryrefslogtreecommitdiff
path: root/specs/Specs
diff options
context:
space:
mode:
Diffstat (limited to 'specs/Specs')
-rw-r--r--specs/Specs/FooSpec.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/specs/Specs/FooSpec.hs b/specs/Specs/FooSpec.hs
new file mode 100644
index 0000000..295ef79
--- /dev/null
+++ b/specs/Specs/FooSpec.hs
@@ -0,0 +1,10 @@
+module Specs.FooSpec where
+
+import Test.Hspec
+
+test :: SpecWith ()
+test = do
+ describe "stuff" $ do
+ context "when things" $ do
+ it "does stuf" $ do
+ 1 `shouldBe` 1