]> Git — Sourcephile - haskell/symantic-http.git/blob - symantic-http-test/Hspec/Client.hs
Split into multiple packages with their own dependencies
[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
6 hspec :: IO [TestTree]
7 hspec = do
8 return . testGroup "Client"
9 <$> Hspec.Client.BasicAuth.hspec