import Test.Hspec main :: IO() main = hspec $ do describe "Dummy category" $ do it "Dummy test" $ do 0 `shouldBe` 0