We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c5f25 commit 5edbc15Copy full SHA for 5edbc15
src/testInt/groovy/io/openapiprocessor/spring/ProcessorPendingTest.groovy
@@ -18,6 +18,7 @@ package io.openapiprocessor.spring
18
19
import io.openapiprocessor.spring.processor.SpringProcessor
20
import io.openapiprocessor.core.parser.ParserType
21
+import io.openapiprocessor.test.FileSupport
22
import io.openapiprocessor.test.TestSet
23
import io.openapiprocessor.test.TestSetRunner
24
import spock.lang.Ignore
@@ -39,7 +40,7 @@ class ProcessorPendingTest extends EndToEndBase {
39
40
41
@Unroll
42
void "native - #testSet"() {
- def runner = new TestSetRunner (testSet)
43
+ def runner = new TestSetRunner (testSet, new FileSupport(getClass ()))
44
def success = runner.runOnNativeFileSystem (folder)
45
46
expect:
0 commit comments