Browse Source

Update test dependencies documentation

Change working since test dependencies cannot easily be replaced.
pull/509/merge
Phillip Webb 12 years ago
parent
commit
d9de3f57bd
  1. 2
      spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -1376,7 +1376,7 @@ the following provided libraries:
* Mockito -- A Java mocking framework. * Mockito -- A Java mocking framework.
These are common libraries that we generally find useful when writing Tests. You are free 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.

Loading…
Cancel
Save