]> Git — Sourcephile - haskell/symantic-http.git/blob - symantic-http-test/Main.hs
Split into multiple packages with their own dependencies
[haskell/symantic-http.git] / symantic-http-test / Main.hs
1 module Main where
2
3 import Hspec.Utils
4 import qualified Hspec
5
6 main :: IO ()
7 main = do
8 defaultMain =<< testGroup "Symantic.HTTP"
9 <$> Hspec.hspec