hspec2-0.5.0: Alpha version of Hspec 2.0

Safe HaskellNone
LanguageHaskell98

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.