They break 'cos they rely in a old Rspec behaviour for matching routes.

The best you can do is just remove all restful_auth specs and cucumber
scenarios (they're HORRIBLE, btw, you probably won't understand
anything anyway and any change is going to be a PITA) and just write
your own specs and Cucumber scenarios. Way more simpler than fixing
and keeping all those specs in your project.

But, if you're in to "fix' those specs, the problem is that routes
that are not expected to be used as GET requests should be matched
with this:

{ :path => '/users', :method => :post}

Instead of just "/users".

-
Maurício Linhares
http://alinhavado.wordpress.com/ (pt-br) |
http://codeshooter.wordpress.com/ (en)



On Sun, Jun 7, 2009 at 1:51 PM, Jonathan<wyscr...@gmail.com> wrote:
>
> Been searching online for an answer to this without success - also
> been digging through the documentation but I'm still very new to
> rails.
>
> I started a brand new app (rails 2.3.2), then the first thing I did
> was install restful_authentication with the --rspec and --
> include_activation options, then went through and followed the
> directions for post install as detailed in the plugin documentation.
> Performed a migration, then ran the rspec tests generated by the
> plugin. The tests failed with 6 errors, which I wasn't expecting
> because I haven't personally written a line of code yet, just used the
> rails and restful_authentication generated code. Has anyone else run
> into this?
>
> Thanks in advance~
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to