5 Nov 13:25
[ANN] specs 1.6.1
Hi,
specs-1.6.1 (http://code.google.com/p/specs) is now available, essentially delivering bug fixes and small enhancements:
- the ability to define an "around" context to execute the body of an example inside a specific context, like a Lift Session for example. You can see it in action on the Lift wiki here:
http://wiki.github.com/dpp/liftweb/how-to-unit-test-lift-snippets-with-a-logged-in-user (scroll at the end for the specs section).
- the possibility to display the "plan" of a specification without actually executing it,
just to read the text: http://code.google.com/p/specs/wiki/RunningSpecs#Specification_plan
In addition to this, specs has been upgraded to use the latest of Scala (2.7.7), ScalaTest (1.0) and ScalaCheck (1.6).
Have fun specifying your software!
Eric.
PS: you may have to way a little bit for the Maven repository to be updated, if you need the jars right away, they are on the download section of the website)
RSS Feed