Added basic parser functionality & tests for these functionalites. Split tests in several files
9 lines
No EOL
169 B
Haskell
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 |