Hi&#39;ya<br><br>I have a When step that calls get game_url.&nbsp; It turns out that calling this page is resulting in a render error, which explains my failing Then steps.&nbsp; It would help me if the story told me there was a problem rendering the response.&nbsp; Is there any way to get the story steps to automatically raise an error if such a problem occurs?<br>
<br>For now I can add response.code.should == &quot;200&quot; or something similar..<br><br>Tim.<br>