symantic-http-test-0.0.1.20190410: Hspec/Client.hs
module Hspec.Client where import Hspec.Utils import qualified Hspec.Client.BasicAuth import qualified Hspec.Client.Raw hspec :: IO [TestTree] hspec = do return . testGroup "Client" <$> Hspec.Client.BasicAuth.hspec <> Hspec.Client.Raw.hspec