aboutsummaryrefslogtreecommitdiff
path: root/specs/Main.hs
blob: e22c4147103f862824401c6f5d18b0e2da1ee66d (plain) (blame)
1
2
3
4
5
6
7
8
module Main (main) where

import qualified Specs.FooSpec
import Test.Hspec (hspec)

main :: IO ()
main = hspec $ do
  Specs.FooSpec.test