hspec-1.5.4: Behavior-Driven Development for Haskell
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/.