Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll
2018-09-04 08:52:35 +02:00
5 changed files with 10 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ public class SecurityRequestMatcherProviderAutoConfigurationTests {
.withUserConfiguration(TestConfiguration.class);
@Test
public void registersMvcRequestMatcherProviderForIfMvcPresent() {
public void registersMvcRequestMatcherProviderIfMvcPresent() {
this.contextRunner.run((context) -> assertThat(context)
.hasSingleBean(MvcRequestMatcherProvider.class));
}