aboutsummaryrefslogtreecommitdiffstats
path: root/test/Spec.hs
blob: 74cfd568d3e5c7f710d82e576b4b79c56222cca7 (plain)
1
2
3
4
5
6
7
8
import Test.Hspec

main :: IO ()
main =
  hspec $
    describe "gsa-parser-test" $
      it "works" $
        2 + 2 `shouldBe` (4 :: Int)