rails3 branch does not work with --capybara flag
Closed this issue · 3 comments
mguterl commented
despite the README indicating that it will generate capybara by default, it is currently generating webrat and the --capybara flag does not work
cavalle commented
Sorry, I can't reproduce your problem. The test suite is green and I've double-checked manually and it looks ok.
Could you elaborate more? Which versions of rails, rspec and steak are you using? Are you sure you're using latest v0.4.0.a4 version from the rails3 branch?
mguterl commented
Ah, that's the issue, the README is outdated.
Assuming you have already setup rspec-rails, add this to your project’s Gemfile:
gem 'steak', '0.4.0.a3'
Upgrading to 0.4.0.a4 works as expected, sorry for the noise.