Hi All<br><br>Is there a way to have &quot;pre-requisite&quot; story scenarios, and include them using GivenScenario in a different story file?<br><br>i.e. I&#39;d like to have a file &quot;prereqs.story&quot;, with &quot;Scenario: A common setup&quot;, and then in &quot;somestuff.story&quot; have &quot;GivenScenario: A common setup...&quot;, and have the scenario go on from there.<br>
<br>I know I can extract logic into steps, but I&#39;d like the pre-requisite scenarios to have some assertions, and it doesn&#39;t feel right to put assertions in steps (if that&#39;s possible).<br><br>I&#39;ve had a dig through the rdoc and the source, and I couldn&#39;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>