Skip to content

Commit b8f0f84

Browse files
authored
Clarify Fix handling of condition method calls (#2274)
Add hint for the user on how to fix failing tests.
1 parent 488acbe commit b8f0f84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/release_notes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ will now require that the spec is annotated with <<parallel_execution.adoc#isola
6262

6363
* Fix handling of condition method calls and Groovy `with()` method spockPull:2162[]
6464
** This could break tests using `with()` which relied on the bug in the past spockIssue:2269[]
65+
** Use the Spock `with(yourObject)` instead of `yourObject.with()` or prefix it `!!` to fix your test
6566

6667
== 2.4-M7 (2025-11-23)
6768

0 commit comments

Comments
 (0)