I'm having a hard time getting rspec-rails setup in a Rails 3 app. I'm using ruby 1.9.2, rails 3.0.0 and rspec-rails 2.0.0.beta.20. In my integration test, I'm using webrat to test a "visit" to a page. I get an "undefined local variable" error for the route:
visit new_articles_path Have I missed something in my setup? I followed the basic install instructions for both rspec-rails and webrat but can't seem to get passed this error. Thanks for any help. -- 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-t...@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.