Skip to content

Commit

Permalink
Move Snapshots to from src/main to src/test
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Apr 11, 2023
1 parent f8f15ef commit e97e2ed
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spock-specs/specs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tasks.named("test", Test) {
testLogging.events 'standard_out'
testLogging.events 'standard_error'
maxParallelForks = 1
systemProperty "spock.snapshots.rootPath", "${projectDir}/src/main/resources"
systemProperty "spock.snapshots.rootPath", "${projectDir}/src/test/resources"
if (project.hasProperty("updateSnapshots")) {
systemProperty("spock.snapshots.updateSnapshots", "true")
}
Expand Down

0 comments on commit e97e2ed

Please sign in to comment.