There should be a paragraph break here

This commit is contained in:
Sean Gilligan
2015-01-04 19:41:09 -08:00
parent bc13dd6161
commit a84d7c82a1
+1
View File
@@ -2,6 +2,7 @@ Spock Framework Example Project
===============================
The purpose of this project is to help you get started with Spock. The project includes several example specifications and build scripts for Ant, Gradle, and Maven. It also makes it easy to create an Eclipse or IDEA project, allowing you to run the example specs from within your IDE.
All three builds (Ant, Gradle, Maven) will automatically download all required dependencies, compile the project, and finally run the example specs. The Gradle build goes one step further by bootstrapping itself, alleviating the need to have a build tool preinstalled.
Prerequisites