diff --git a/docs/modules/ROOT/pages/servlet/test/method.adoc b/docs/modules/ROOT/pages/servlet/test/method.adoc index ba34339f9e..648659661b 100644 --- a/docs/modules/ROOT/pages/servlet/test/method.adoc +++ b/docs/modules/ROOT/pages/servlet/test/method.adoc @@ -61,6 +61,7 @@ public class WithMockUserTests { @ContextConfiguration class WithMockUserTests { ---- +==== This is a basic example of how to setup Spring Security Test. The highlights are: