]> Git — Sourcephile - haskell/symantic-http.git/blob - symantic-http-test/Hspec/Server.hs
Optimize static routing with a Map instead of (<!>)
[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 import qualified Hspec.Server.Router
6
7 hspec :: IO [TestTree]
8 hspec = do
9 return . testGroup "Server"
10 <$> Hspec.Server.Error.hspec
11 <> Hspec.Server.Router.hspec