Ready for takeoff

This commit is contained in:
Tibo De Peuter 2022-12-13 23:21:51 +01:00
parent b36a7a4b95
commit b622b93932
10 changed files with 106 additions and 29 deletions

0
test/RPG-Engine-Test.hs Normal file
View file

View file

@ -1,11 +0,0 @@
import Test.Hspec
import VoorbeeldModule (hoi, hallo)
main :: IO ()
main = hspec $ do
it "Returns correct string for hoi" $ do
hoi `shouldBe` "Hoi"
it "Returns correct string for hallo" $ do
hallo `shouldBe` "Hallo"