define menu types

This commit is contained in:
Jonathan Lamothe
2019-08-21 00:21:22 -04:00
parent 27761d2b87
commit 314b41b90b
3 changed files with 116 additions and 0 deletions

View File

@@ -30,12 +30,15 @@ import Test.Hspec (Spec, context, describe, it, shouldBe)
import Text.RawString.QQ (r)
import Mtlstats.Types
import qualified Types.MenuSpec as Menu
spec :: Spec
spec = describe "Mtlstats.Types" $ do
pPointsSpec
playerSpec
goalieSpec
databaseSpec
Menu.spec
pPointsSpec :: Spec
pPointsSpec = describe "pPoints" $ mapM_