Installing
- Install JRuby (using homebrew:
brew install jruby) - Install the capybara-culerity gem in JRuby:
jruby -S gem install capybara-culerity - Add the capybara-culerity gem to your Gemfile
- Set the driver in
spec_helper.rb:Capybara.javascript_driver = :culerity - Enjoy!