On Fri, Aug 1, 2008 at 4:41 AM, Bastien <[EMAIL PROTECTED]> wrote:
> Thanks for your help Aslak, but I still didn't manage to make it pass
>
>>> get :show, :id=>"34"
>
> it sends me this error then : No route matches
> {:action=>"show", :controller=>"surveys/report", :id=>"34"}

What's your controller's name?  In Rails, all resource controller
names are plural, even singleton resources.  So your controller should
be Surveys::ReportsController.

Pat
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to