From 5364332c05749268000c2ac3f0e6880f965e5fdc Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 2 Oct 2025 14:02:50 +0530 Subject: Init setup with simple tui --- specs/Specs/FooSpec.hs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 specs/Specs/FooSpec.hs (limited to 'specs/Specs') 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 -- cgit v1.3.1