@hackage hspec1.4.2
Behavior-Driven Development for Haskell
Installation
Dependencies (9)
- HUnit >=1.2.5 && <1.3
- QuickCheck >=2.4.0.1 && <2.6
- ansi-terminal ==0.5.5
- base >=4 && <4.8
- hspec-expectations
- setenv Show all…
Dependents (3088)
@hackage/arbor-datadog, @hackage/mockery, @hackage/timeseries, @hackage/pms-domain-service, @hackage/benri-hspec, @hackage/mnist-idx, Show all…
Behavior-Driven Development for Haskell
Hspec is roughly based on the Ruby library RSpec. However, Hspec is just a framework for running HUnit and QuickCheck tests. Compared to other options, it provides a much nicer syntax that makes tests very easy to read.
The Hspec Manual is at http://hspec.github.com/.