org.scala-tools.testing:specs_2.9.3

specs


License
Other

Documentation

==================================
DEPRECATED!!!

This project is just kept here for historical reasons after the shutdown of 
the original site at https://code.google.com/p/specs.

The specs library has been replaced by [specs2](http://github.com/etorreborre/specs2).

==================================

-------------------------
Installation instructions
-------------------------

You need to download and install Maven 2.0.9.
Then execute the following command:

> mvn install

This will download the necessary dependent jars, build specs-<VERSION>.jar and install it in your local repository (you can also get the built jar in the target directory created by Maven at the root of your specs checkout).

For more instructions about using specs and its dependencies, please refer to the website: 

http://code.google.com/p/specs/wiki/RunningSpecs

Thanks!

Eric.