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/InteractionSpec.hs
Tibo De Peuter 83659e69b4 #18 #14 Inital parser commit
Added basic parser functionality & tests for these functionalites.
Split tests in several files
2022-12-17 23:14:04 +01:00

9 lines
No EOL
169 B
Haskell

module InteractionSpec where
import Test.Hspec
spec :: Spec
spec = do
describe "Player with Inventory" $ do
it "TODO: Simple test" $ do
pending