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