We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04483cf commit 52e7688Copy full SHA for 52e7688
spock-specs/specs.gradle
@@ -46,7 +46,7 @@ tasks.named("test", Test) {
46
testLogging.events 'standard_out'
47
testLogging.events 'standard_error'
48
maxParallelForks = 1
49
- systemProperty "spock.snapshots.rootPath", "${projectDir}/src/test/resources"
+ systemProperty "spock.snapshots.rootPath", "src/test/resources"
50
if (project.hasProperty("updateSnapshots")) {
51
systemProperty("spock.snapshots.updateSnapshots", "true")
52
}
0 commit comments