hspec framework

This commit is contained in:
Jonathan Lamothe
2019-08-08 16:42:58 -04:00
parent 98274615cc
commit 37b3046c31
3 changed files with 16 additions and 1 deletions

View File

@@ -1,2 +1,4 @@
import Test.Hspec (hspec)
main :: IO ()
main = putStrLn "Test suite not yet implemented"
main = hspec $ return ()