specs2 1.7.1
This version fixes an important issue from 1.7:
- following the change in 1.7 which allowed results to be displayed as soon as computed on the console, there was no more guarantee that steps would execute stricly after the preceding group of examples
There are a few improvements:
- the
org.specs2.time.Durationclass is made public to get a better control over time implicits - there is a new
beSortedmatcher for sequences - [experimental] new
Analysistrait to specify expected dependencies between the project packages
==========================
specs2 is a library for writing software specifications in Scala.
For more information visit: http://specs2.org.
