Simple typo fix

main
Roy Truelove 11 years ago
parent 0d107189af
commit e5d3ae46ab

@ -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.

Loading…
Cancel
Save