]> Git — Sourcephile - haskell/symantic-http.git/blob - test/Main.hs
Remove noise
[haskell/symantic-http.git] / test / Main.hs
1 module Main where
2
3 import System.IO (IO)
4 import Data.Function (($))
5 import Test.Tasty
6 import qualified Hspec
7
8 main :: IO ()
9 main = do
10 hspec <- Hspec.hspec
11 defaultMain $
12 testGroup "Symantic.HTTP"
13 [ hspec
14 ]