This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
README | ||
====== | ||
This project contains slides and source code for the presentation "Smarter Testing With Spock" delivered at GR8Conf 2011 (http://www.eu2011.gr8conf.org/talk/spock). A video of the presentation will be made available at the presentation's homepage. | ||
|
||
This is the source code accompaning the session "Smarter Testing With Spock" held at Gr8Conf 2011 (http://). It is available from http://. The video for this session is available from http://. The slides are available from http:// | ||
|
||
To build the project and execute all Spock specifications, type: | ||
To build this project and execute all its Spock specifications, type: | ||
|
||
./gradlew build (Windows: gradlew build) | ||
|
||
To create an Eclipse project, type: | ||
To create an Eclipse project for this project, type: | ||
|
||
./gradlew eclipse (Windows: gradlew eclipse) | ||
|
||
To create an IDEA project, type: | ||
To create an IDEA project for this project, type: | ||
|
||
./gradlew idea (Windows: gradlew idea) | ||
|
||
If you have any further questions, please post to the Spock mailing list: http://forum.spockframework.org | ||
If you have any further questions, the Spock mailing list is always here to help: http://forum.spockframework.org |
Binary file not shown.