Simple typo fix
This commit is contained in:
@@ -16,7 +16,7 @@ import spock.lang.*
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Demonstrates how @Stepwise causes a spec to be run in incremental steps.
|
* Demonstrates how @Stepwise causes a spec to be run in incremental steps.
|
||||||
* Change a step's condition from <tt>true</tt> to <tt>false</tt>, and observer
|
* Change a step's condition from <tt>true</tt> to <tt>false</tt>, and observe
|
||||||
* how the remaining steps will be skipped automatically on the next run.
|
* how the remaining steps will be skipped automatically on the next run.
|
||||||
* Also notice that if you run a single step (e.g. from the IDE's context menu),
|
* Also notice that if you run a single step (e.g. from the IDE's context menu),
|
||||||
* all prior steps will also be run.
|
* all prior steps will also be run.
|
||||||
|
|||||||
Reference in New Issue
Block a user