This repository has been archived on 2023-06-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2022FuncProg-project3-RPGEn.../test/RPG-Engine-Test.hs
2022-12-14 15:12:28 +01:00

7 lines
No EOL
140 B
Haskell

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