Hi All<br><br>Is there a way to have "pre-requisite" story scenarios, and include them using GivenScenario in a different story file?<br><br>i.e. I'd like to have a file "prereqs.story", with "Scenario: A common setup", and then in "somestuff.story" have "GivenScenario: A common setup...", and have the scenario go on from there.<br>
<br>I know I can extract logic into steps, but I'd like the pre-requisite scenarios to have some assertions, and it doesn't feel right to put assertions in steps (if that's possible).<br><br>I've had a dig through the rdoc and the source, and I couldn't figure out whether it could be done, or how to do it. Is this kind of thing possible and/or sensible? <br>
<br>Many thanks<br><br>David<br><br><br>