From 5f4b5417a3c6d6be507762d0f4039168d0d3657e Mon Sep 17 00:00:00 2001 From: Jay Bryant Date: Wed, 1 Nov 2017 16:15:09 -0500 Subject: [PATCH] Make editorial changes to appendix-test-auto-configuration.adoc Closes gh-10876 --- .../src/main/asciidoc/appendix-test-auto-configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-test-auto-configuration.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-test-auto-configuration.adoc index af7ba46d34..9fe14819d6 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-test-auto-configuration.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-test-auto-configuration.adoc @@ -1,7 +1,7 @@ [appendix] [[test-auto-configuration]] == Test auto-configuration annotations -Here is a table of the various `@…Test` annotations that can be used to test +The following table lists the various `@…Test` annotations that can be used to test slices of your application and the auto-configuration that they import by default: include::../../../target/generated-resources/test-slice-auto-configuration.adoc[] \ No newline at end of file