Add spock dependency to project.

This commit is contained in:
Marco Vermeulen
2013-09-08 15:45:18 +01:00
parent a4f55e59b4
commit d57b7fc236

View File

@@ -25,6 +25,7 @@ dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
testCompile group: 'info.cukes', name: 'cucumber-groovy', version: '1.1.1'
testCompile group: 'info.cukes', name: 'cucumber-junit', version: '1.1.1'
testCompile group: 'org.spockframework', name: 'spock-core', version: '0.7-groovy-2.0'
}
test.testLogging.exceptionFormat = 'full'