From 27b57ec33219614b6ce33cd2b6ae5199ac0b0c3a Mon Sep 17 00:00:00 2001 From: Brian Westrich Date: Sat, 14 Mar 2015 07:43:02 -0500 Subject: [PATCH] fix typo --- src/asciidoc/testing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/testing.adoc b/src/asciidoc/testing.adoc index 47072ac68a..6763d673da 100644 --- a/src/asciidoc/testing.adoc +++ b/src/asciidoc/testing.adoc @@ -3860,7 +3860,7 @@ an issue. Just like with integration vs unit testing, there is no right or wrong answer. Using the "standaloneSetup" does imply the need for some additional "webAppContextSetup" tests to -verify the Spring MVC configuration. Alternatively, you can decide write all tests with +verify the Spring MVC configuration. Alternatively, you can decide to write all tests with "webAppContextSetup" and always test against actual Spring MVC configuration. [[spring-mvc-test-server-performing-requests]]