From 01b17af530e731e58a85efe3c6b9c418c01bd9e3 Mon Sep 17 00:00:00 2001 From: Jeff Sheets Date: Thu, 1 Nov 2018 09:29:47 -0500 Subject: [PATCH 1/2] Update docs to Spock 1.2 See gh-15060 --- .../src/main/asciidoc/spring-boot-features.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 61e2e12e2ed7..499b3cd471ac 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -7352,9 +7352,9 @@ can specify a source for your test, which disables the behavior of finding a def ==== Using Spock to Test Spring Boot Applications If you wish to use Spock to test a Spring Boot application, you should add a dependency on Spock's `spock-spring` module to your application's build. `spock-spring` integrates -Spring's test framework into Spock. It is recommended that you use Spock 1.1 or later to +Spring's test framework into Spock. It is recommended that you use Spock 1.2 or later to benefit from a number of improvements to Spock's Spring Framework and Spring Boot -integration. See http://spockframework.org/spock/docs/1.1/modules.html[the documentation +integration. See http://spockframework.org/spock/docs/1.2/modules.html#_spring_module[the documentation for Spock's Spring module] for further details. From 01091aab2a16a5db21531f575d2e9116fe94d94a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 2 Nov 2018 13:59:03 +0100 Subject: [PATCH 2/2] Polish "Update docs to Spock 1.2" Closes gh-15060 --- .../src/main/asciidoc/spring-boot-features.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 499b3cd471ac..3dc6d718cd7c 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -7354,8 +7354,8 @@ If you wish to use Spock to test a Spring Boot application, you should add a dep on Spock's `spock-spring` module to your application's build. `spock-spring` integrates Spring's test framework into Spock. It is recommended that you use Spock 1.2 or later to benefit from a number of improvements to Spock's Spring Framework and Spring Boot -integration. See http://spockframework.org/spock/docs/1.2/modules.html#_spring_module[the documentation -for Spock's Spring module] for further details. +integration. See http://spockframework.org/spock/docs/1.2/modules.html#_spring_module[the +documentation for Spock's Spring module] for further details.