I'm building a Rails 3 app. I'm trying to learn Cucumber with Capybara.
- Do I need JRuby to run Capybara via Cucumber?
I've used Webrat, but many people seem to be using Capybara, so I'd love to try.
I don't need JavaScript testing right away, but I want to install Capybara if I need in the end.
I read and read the Capybara documentation, but couldn't understand.