]> Git — Sourcephile - haskell/symantic-http.git/blob - test/Hspec/Server.hs
Rename and reorganize stuffs
[haskell/symantic-http.git] / test / Hspec / Server.hs
1 module Hspec.Server where
2 import Control.Monad (Monad(..))
3 import System.IO (IO)
4 import Test.Tasty
5 import qualified Hspec.Server.Error
6
7 hspec :: IO TestTree
8 hspec = do
9 hspec_error <- Hspec.Server.Error.hspec
10 return (testGroup "Server" hspec_error)