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