Get rid of duplicated file names in spec tests

Otherwise, corresponding IDE tests would fail on creation duplicated
files in the same directory
This commit is contained in:
Ilya Kirillov
2021-05-27 17:43:51 +02:00
parent 2d3ed4b7da
commit a8a31231f7
7 changed files with 16 additions and 14 deletions
+2
View File
@@ -28,6 +28,8 @@ sourceSets {
"test" { projectDefault() }
}
testsJar()
projectTest(parallel = true) {
workingDir = rootDir
}