Polish
This commit is contained in:
@@ -34,9 +34,11 @@ public class DevToolsPropertiesTests {
|
||||
public void additionalExcludeKeepsDefaults() {
|
||||
DevToolsProperties.Restart restart = this.devToolsProperties.getRestart();
|
||||
restart.setAdditionalExclude("foo/**,bar/**");
|
||||
assertThat(restart.getAllExclude(), arrayContaining("META-INF/maven/**",
|
||||
"META-INF/resources/**", "resources/**", "static/**", "public/**",
|
||||
"templates/**", "foo/**", "bar/**"));
|
||||
assertThat(
|
||||
restart.getAllExclude(),
|
||||
arrayContaining("META-INF/maven/**", "META-INF/resources/**",
|
||||
"resources/**", "static/**", "public/**", "templates/**",
|
||||
"foo/**", "bar/**"));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
@@ -255,4 +255,5 @@ public class LocalDevToolsAutoConfigurationTests {
|
||||
public static class WebResourcesConfig {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user