]> Git — Sourcephile - haskell/symantic-http.git/blob - symantic-http-test/Hspec.hs
Add raw combinator
[haskell/symantic-http.git] / symantic-http-test / Hspec.hs
1 module Hspec where
2
3 import Hspec.Utils
4 import qualified Hspec.Client
5 import qualified Hspec.Pipes
6 import qualified Hspec.Server
7
8 hspec :: IO [TestTree]
9 hspec =
10 return . testGroup "Hspec"
11 <$> Hspec.Client.hspec
12 <> Hspec.Pipes.hspec
13 <> Hspec.Server.hspec