From d9de3f57bd512b29bd1d7122a7ca98511b599ad5 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 17 Mar 2014 14:30:16 -0700 Subject: [PATCH] Update test dependencies documentation Change working since test dependencies cannot easily be replaced. --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 85f610b98c9..522d1c4604d 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -1376,7 +1376,7 @@ the following provided libraries: * Mockito -- A Java mocking framework. These are common libraries that we generally find useful when writing Tests. You are free -to replace them if they don't suit your needs. +to add additional test dependencies of your own if these don't suit your needs.