@hackage hspec1.1.2

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.

New to Hspec? Start with the introductory documentation: http://hspec.github.com/