Adds specs

This commit is contained in:
2026-05-13 21:39:02 -04:00
parent 34c8232427
commit 65bf75cdf2
8 changed files with 375 additions and 3 deletions
+6 -3
View File
@@ -1,9 +1,12 @@
module Main (main) where
import Test.Hspec
import qualified GitCommitSpec
import qualified GitPullSpec
import qualified GitSafetySpec
main :: IO ()
main = hspec $ do
describe "Converge" $ do
it "compiles" $ do
True `shouldBe` True
GitCommitSpec.spec
GitPullSpec.spec
GitSafetySpec.spec