No commit activity in last 3 years
No release in over 3 years
Capybara driver for culerity
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.5
~> 1.0

Runtime

>= 0.4.1
>= 0.2.4
 Project Readme

Installing

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