I think you're having this problem: http://github.com/rspec/rspec-rails/issues#issue/140
- Toni On Sat, Aug 28, 2010 at 1:59 PM, Daniel Lidström <[email protected]> wrote: > On 28 Aug, 04:13, Justin Ko <[email protected]> wrote: >> >> I would suggest switching to capybara. > > Hi Justin, > > I tried changing a part of my Gemfile to this: > > group :development, :test do > gem 'rspec-rails', '>= 2.0.0.beta.19' > gem 'capybara' > end > > I am not sure if this is correct or what to do next. I tried "bundle > install" and then "rspec spec/requests". Capybara was installed but I > still got the stack level too deep error. Could you tell me what to do > or point me to an online resource where this is documented? > > Thanks in advance! > > Regards, > > Daniel Lidström > Stockholm, Sweden > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
