Re: [rspec-users] RoutingError in spec for helper

2010-06-11 Thread Remi Gagnon
I'm on rails 2.3.5 with rspec 1.3.0, rspec 1.3.2 No, the route def is not aware of these extra params, but it works. But I'm not sure it is clean though. If not, I searched to specify these params in the route, with no sucess. Regards On Fri, Jun 11, 2010 at 11:20 AM, David Chelimsky wrote: >

Re: [rspec-users] RoutingError in spec for helper

2010-06-11 Thread Remi Gagnon
Sorry I mean rails 2.3.5 with rspec 1.3.0, rspec-rails 1.3.2 On Fri, Jun 11, 2010 at 11:37 AM, Remi Gagnon wrote: > I'm on rails 2.3.5 with rspec 1.3.0, rspec 1.3.2 > > No, the route def is not aware of these extra params, but it works. But > I'm not sure it is clean though. If not, I searche

Re: [rspec-users] RoutingError in spec for helper

2010-06-11 Thread David Chelimsky
On Jun 11, 2010, at 9:34 AM, Remi Gagnon wrote: > Hi, > > Its maybe not related to rspec but I can't figure out how to fix it. Here is, > > In my helper(Rails) I got the piece of code : > > sortie += link_to(entete_colonne + " " + > image_sens_tri,client_journal_activites_path(:ordre_tr

[rspec-users] RoutingError in spec for helper

2010-06-11 Thread Remi Gagnon
Hi, Its maybe not related to rspec but I can't figure out how to fix it. Here is, In my helper(Rails) I got the piece of code : sortie += link_to(entete_colonne + " " + image_sens_tri,* client_journal_activites_path*(:ordre_tri => nom_colonne, :sens_tri => params[:sens_tri],:filtre => pa