hspec2-0.5.1: Alpha version of Hspec 2.0

Safe HaskellNone
LanguageHaskell2010

Test.Hspec.HUnit

Contents

Synopsis

Interoperability with HUnit

fromHUnitTest :: Test -> Spec Source

Convert a HUnit test suite to a spec. This can be used to run existing HUnit tests with Hspec.