@hackage hspec1.3.0

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.

Start with the introductory documentation: http://hspec.github.com/