On Apr 6, 9:46 am, Phoenix Rising <[email protected]> wrote:
> The response.should line fails because the response object isn't a > redirect, it's a 200 OK with a blank response body. However, if I try > it in my browser (under development mode) it seems to redirect exactly > as expected. This just presents a problem because I'm not sure how to > properly write a test for it. > functional tests don't go through routing. You may have to use something which tests the full stack like a cucumber story. Fred > Does anyone have any pointers on what I'm doing wrong here? Thanks > for any help you can provide :) -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

