Copyright | (c) 2020-2021 Tim Emiola |
---|---|
License | BSD3 |
Maintainer | Tim Emiola <adetokunbo@users.noreply.github.com > |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Simplify use of tmp-proc
with hspec
.
Synopsis
- tdescribe :: HasCallStack => String -> SpecWith a -> SpecWith a
- module System.TmpProc
Combinators
tdescribe :: HasCallStack => String -> SpecWith a -> SpecWith a Source #
Like describe
, but makes the specs pending
if docker
is unavailable.
Re-export
module System.TmpProc