Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Commit

Permalink
polished readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pniederw committed May 19, 2011
1 parent 70a6bb8 commit 3e88957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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 on the conference homepage.

To build this project and execute all its Spock specifications, type:
To build the project and execute all its Spock specifications, type:

./gradlew build (Windows: gradlew build)

To create an Eclipse project for this project, type:
To create an Eclipse project for the project, type:

./gradlew eclipse (Windows: gradlew eclipse)

To create an IDEA project for this project, type:
To create an IDEA project for the project, type:

./gradlew idea (Windows: gradlew idea)

Expand Down

0 comments on commit 3e88957

Please sign in to comment.