Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
01b17af5
Commit
01b17af5
authored
Nov 01, 2018
by
Jeff Sheets
Committed by
Stephane Nicoll
Nov 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs to Spock 1.2
See gh-15060
parent
7d5a76c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spring-boot-features.adoc
...ing-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+2
-2
No files found.
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
01b17af5
...
@@ -7352,9 +7352,9 @@ can specify a source for your test, which disables the behavior of finding a def
...
@@ -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
==== Using Spock to Test Spring Boot Applications
If you wish to use Spock to test a Spring Boot application, you should add a dependency
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
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
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.
for Spock's Spring module] for further details.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment