hspec-2.4.4: A Testing Framework for Haskell
Test.Hspec.Core
Contents
Description
Deprecated: use Test.Hspec.Core.Spec instead
Synopsis
module Test.Hspec.Core.Spec
describe :: String -> [SpecTree a] -> SpecTree a Source #
it :: Example a => String -> a -> SpecTree (Arg a) Source #