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