[ANN] specs 1.6.1

View: New views
1 Messages — Rating Filter:   Alert me  

[ANN] specs 1.6.1

by Eric Torreborre :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
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:


- 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)