Skip to content

Commit 7d85882

Browse files
committed
fix spock-spring detection message in docs
1 parent 6ba175f commit 7d85882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ but all other junit extensions will work (essentially, it "applies" `@IngoreJuni
366366
There would be a new message in log, indicating that you're using pure spock spring support (and an alternative is possible):
367367

368368
```
369-
[spock-junit5] Disabling spring junit extension (org.springframework.test.context.junit.jupiter.SpringExtension) because spock-spring detected and so it will handle spring context initialization (all other junit extensions will work). If you want to run spring as junit extension, use spock-core only (without spock-spring).
369+
[spock-junit5] Spring junit extension disabled (org.springframework.test.context.junit.jupiter.SpringExtension) because spock-spring detected and so it will handle spring context initialization (all other junit extensions will work). If you want to run spring as junit extension, use spock-core only (without spock-spring).
370370
```
371371

372372
The main benefit is that you **could use** spock mocking (`@SpringBean`) and other spock features.

0 commit comments

Comments
 (0)