Rails-jQuery-Demo
Rails-jQuery-Demo copied to clipboard
Demo Rails App with jQuery UJS
@esbanarango I've updated the test suite with the latest Rspec and Paperclip gems, and with Rails 4.2.11 (latest for the Rails 4 branch). Most importantly though, this adds a test...
This is a test case for issue #3
Hi, when I change the driver to chrome, two specs fail. In the spec_helper: ``` ruby Capybara.register_driver :selenium_chrome do |app| Capybara::Selenium::Driver.new(app, :browser => :chrome) end Capybara.javascript_driver = :selenium_chrome ``` results...