Enable JRubyScriptTemplateTests
This commit is contained in:
parent
0502d18e3d
commit
1ace42f245
|
@ -18,7 +18,6 @@ package org.springframework.web.reactive.result.view.script;
|
|||
|
||||
import java.util.Map;
|
||||
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import org.springframework.context.ApplicationContext;
|
||||
|
@ -37,7 +36,6 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|||
*
|
||||
* @author Sebastien Deleuze
|
||||
*/
|
||||
@Disabled("JRuby not compatible with JDK 9 yet")
|
||||
class JRubyScriptTemplateTests {
|
||||
|
||||
@Test
|
||||
|
|
|
@ -20,7 +20,6 @@ import java.util.Map;
|
|||
|
||||
import jakarta.servlet.ServletContext;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import org.springframework.context.ApplicationContext;
|
||||
|
@ -41,7 +40,6 @@ import static org.mockito.Mockito.mock;
|
|||
* @author Sebastien Deleuze
|
||||
* @author Sam Brannen
|
||||
*/
|
||||
@Disabled("JRuby not compatible with JDK 9 yet")
|
||||
class JRubyScriptTemplateTests {
|
||||
|
||||
private WebApplicationContext webAppContext = mock();
|
||||
|
|
Loading…
Reference in New Issue