mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
Merge branch '2.0.x'
This commit is contained in:
+1
-2
@@ -112,8 +112,7 @@ public class FreeMarkerAutoConfigurationServletIntegrationTests {
|
||||
|
||||
@Test
|
||||
public void customTemplateLoaderPath() throws Exception {
|
||||
load(
|
||||
"spring.freemarker.templateLoaderPath:classpath:/custom-templates/");
|
||||
load("spring.freemarker.templateLoaderPath:classpath:/custom-templates/");
|
||||
MockHttpServletResponse response = render("custom");
|
||||
String result = response.getContentAsString();
|
||||
assertThat(result).contains("custom");
|
||||
|
||||
Reference in New Issue
Block a user