I see. It's simple. Sorry that I missed that.<br><br>I looked at Mephisto's tests to see how they do it. Turns out you need to call <br><br>get :action, :path => ["all", "path", "components"] # 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> <<a href="mailto:dchelimsky@gmail.com">dchelimsky@gmail.com
</a>> 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 <<a href="mailto:dgleal@gmail.com">dgleal@gmail.com
</a>> wrote:<br>> Thanks for your answers, David. I'll investigate. It's still a bit hard for<br>> me to understand where are the boundaries between rails tests and rspec.<br><br>Spec::Rails, RSpec'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't have a parallel to Rails integration tests.<br><br>That help?<br></blockquote>
</div>