
14 Jul
2012
14 Jul
'12
5:23 p.m.
Hi, hspec-1.3.0 is out [1]. This release comes with two major new features: - BDD-style combinators to make assertions [2] - Automatic test discovery [3] Test.Hspec now exports parts of the monadic API and the new BDD-style combinators. You can use Test.Hspec.Core as a drop-in replacement for legacy code. The full release notes are here at [4]. A basic introduction to Hspec is at [5]. Feedback is very welcome! Cheers, Simon [1] http://hackage.haskell.org/package/hspec [2] https://github.com/sol/hspec-expectations#readme [3] https://github.com/hspec/hspec/tree/master/hspec-discover#readme [4] https://github.com/hspec/hspec/blob/master/CHANGES.markdown [5] http://hspec.github.com/