I see. It&#39;s simple. Sorry that I missed that.<br><br>I looked at Mephisto&#39;s tests to see how they do it. Turns out you need to call <br><br>get :action, :path =&gt; [&quot;all&quot;, &quot;path&quot;, &quot;components&quot;] # for /all/path/components
<br><br>Again, thanks for the help, David.<br><br>Cheers,<br><br>David<br><br><div><span class="gmail_quote">On 7/2/07, <b class="gmail_sendername">David Chelimsky</b> &lt;<a href="mailto:dchelimsky@gmail.com">dchelimsky@gmail.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 7/2/07, David Leal &lt;<a href="mailto:dgleal@gmail.com">dgleal@gmail.com
</a>&gt; wrote:<br>&gt; Thanks for your answers, David. I&#39;ll investigate. It&#39;s still a bit hard for<br>&gt; me to understand where are the boundaries between rails tests and rspec.<br><br>Spec::Rails, RSpec&#39;s rails plugin, wraps test/unit, so:
<br><br>Model Examples work like Rails unit tests<br>View, Controller and Helper Examples work like Rails functional tests<br><br>We don&#39;t have a parallel to Rails integration tests.<br><br>That help?<br></blockquote>
</div>