We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6f151 commit cf54a5eCopy full SHA for cf54a5e
modules/swagger-codegen/src/test/java/io/swagger/codegen/ruby/RubyClientCodegenTest.java
@@ -32,6 +32,9 @@ public class RubyClientCodegenTest {
32
@BeforeMethod
33
public void setUp() throws Exception {
34
folder.create();
35
+ if (System.getProperty(CodegenConstants.SUPPORTING_FILES) != null) {
36
+ System.clearProperty(CodegenConstants.SUPPORTING_FILES);
37
+ }
38
}
39
40
@AfterMethod
0 commit comments