cavalle/steak

rails3 branch does not work with --capybara flag

Closed this issue · 3 comments

despite the README indicating that it will generate capybara by default, it is currently generating webrat and the --capybara flag does not work

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?

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.

Fix outdated info in README. Closed by 3150b14