I have released a new version of Specs2 Spring, an extension to the Specs2 BDD test framework for Spring applications. The updates include much shorter list of dependencies and better documentation.
Specs2 Spring 0.7 is built with Scala 2.9.2, Specs2 1.9, Spring Framework 3.1.1.RELEASE. To start using, add to your Maven or SBT dependencies:
<dependency>
<groupId>org.specs2</groupId>
<artifactId>spring_2.9.2</artifactId>
<version>0.7</version>
<scope>test</scope>
</dependency>
To admire the new documentation, head over to https://github.com/janm399/specs2-spring/wiki/ or download the PDF version from https://github.com/janm399/specs2-spring/wiki/Specs2Spring.pdf. Finally, if you are after the sources, take a look at the 0.7 branch at https://github.com/janm399/specs2-spring/tree/0.7.
I look forward to your feedback, comments, contributions and—perversely—bug reports!

Thaks for this article it helps me lot!