Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 3.18 KB

README.md

File metadata and controls

61 lines (50 loc) · 3.18 KB

Spock Framework

Spock is a developer testing and specification framework for Java and Groovy applications. To learn more about Spock, visit http://spockframework.org. To run a sample spec in your browser, go to http://webconsole.spockframework.org.

Latest Versions

The latest release version is 0.7 (0.7-groovy-1.8, 0.7-groovy-2.0), released on 2012-10-08. The current development version is 1.0-SNAPSHOT (1.0-groovy-1.8-SNAPSHOT, 1.0-groovy-2.0-SNAPSHOT).

Releases are available from Maven Central. Development snapshots are available from Sonatype OSS.

Modules

Building Spock

The only prerequisite is that you have JDK 5 or higher installed.

After cloning the project, type ./gradlew clean build (Windows: gradlew clean build). All build dependencies, including Gradle itself, will be downloaded automatically (unless already present).

Resources

Contributions are always welcome! Please take a look at our ways to contribute page for more information.

If you have any comments or questions, please direct them to the user forum. All feedback is appreciated!

Happy spec'ing!

Peter Niederwieser
Creator, Spock Framework
Twitter | Blog