Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 615 Bytes

README.markdown

File metadata and controls

23 lines (18 loc) · 615 Bytes

Background:

This project contains a number of Spock specifications. "Spock is a testing and specification framework for Java and Groovy applications" http://code.google.com/p/spock/

Resources:

A great place to start is http://code.google.com/p/spock/wiki/SpockBasics.

Prerequisites:

Install one or both of:

Gradle - http://www.gradle.org IntelliJ - http://www.jetbrains.com

Tests:

You'll probably want to review these tests in the following order as they get more complex as we go:

  • Simple
  • WhereBlockExample
  • SimpleDomainExample
  • DomainExampleWithSetupSpec