Patrick J. Collins
2012-Jun-01 20:31 UTC
[rspec-users] using chrome for integration tests?
Hi everyone, I am trying to figure out how to my integration tests in Chrome... Doing some googling all I could find was this: # spec_helper.rb Capybara.register_driver :selenium do |app| Capybara::Selenium::Driver.new(app, :browser => :chrome) end However, firefox still launches.. Is there something else I need to do? Patrick J. Collins http://collinatorstudios.com