Merge branch '2.0.x'

This commit is contained in:
Madhura Bhave 2018-10-22 15:05:16 -07:00
commit 0dc4afdefd
1 changed files with 1 additions and 2 deletions

View File

@ -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");