Re: [Rails] Rspec-rails setup in Rails 3

2010-09-09 Thread Rob Biedenharn
On Sep 9, 2010, at 12:22 PM, Lee Smith wrote: 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

[Rails] Rspec-rails setup in Rails 3

2010-09-09 Thread Lee Smith
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 misse