Hi there,<br><br>Just want to confirm I have this right.&nbsp; Writing a story, assigns[:games].length.should == 30 fails for me complaining assigns[:games] is nil.&nbsp; It seems assigns isn&#39;t set for story steps?&nbsp;&nbsp; I&#39;ve changed this to response.should have_tag(&quot;.game&quot;, 30).&nbsp; Is this correct?<br>
<br>Tim.<br>