Skip to content

Commit cf54a5e

Browse files
committed
clear system property for ruby test.
1 parent 0d6f151 commit cf54a5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/swagger-codegen/src/test/java/io/swagger/codegen/ruby/RubyClientCodegenTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ public class RubyClientCodegenTest {
3232
@BeforeMethod
3333
public void setUp() throws Exception {
3434
folder.create();
35+
if (System.getProperty(CodegenConstants.SUPPORTING_FILES) != null) {
36+
System.clearProperty(CodegenConstants.SUPPORTING_FILES);
37+
}
3538
}
3639

3740
@AfterMethod

0 commit comments

Comments
 (0)