Skip to content

Commit d818e1a

Browse files
committed
Merge pull request #15060 from jeffsheets
* pr/15060: Polish "Update docs to Spock 1.2" Update docs to Spock 1.2
2 parents 7d5a76c + 01091aa commit d818e1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7352,10 +7352,10 @@ can specify a source for your test, which disables the behavior of finding a def
73527352
==== Using Spock to Test Spring Boot Applications
73537353
If you wish to use Spock to test a Spring Boot application, you should add a dependency
73547354
on Spock's `spock-spring` module to your application's build. `spock-spring` integrates
7355-
Spring's test framework into Spock. It is recommended that you use Spock 1.1 or later to
7355+
Spring's test framework into Spock. It is recommended that you use Spock 1.2 or later to
73567356
benefit from a number of improvements to Spock's Spring Framework and Spring Boot
7357-
integration. See http://spockframework.org/spock/docs/1.1/modules.html[the documentation
7358-
for Spock's Spring module] for further details.
7357+
integration. See http://spockframework.org/spock/docs/1.2/modules.html#_spring_module[the
7358+
documentation for Spock's Spring module] for further details.
73597359

73607360

73617361

0 commit comments

Comments
 (0)