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