shortened goalie edit header

This commit is contained in:
Jonathan Lamothe
2019-11-20 22:00:58 -05:00
parent d7879a92af
commit 7ff16b8ac2
4 changed files with 118 additions and 18 deletions
+3 -1
View File
@@ -23,8 +23,10 @@ module HelpersSpec (spec) where
import Test.Hspec (Spec, describe)
import qualified Helpers.GoalieSpec as Goalie
import qualified Helpers.PlayerSpec as Player
spec :: Spec
spec = describe "Helper"
spec = describe "Helper" $ do
Player.spec
Goalie.spec