Skip to content

Commit 11cfbe6

Browse files
committedSep 30, 2015
Merge pull request shakacode#106 from shakacode/mapreal19-typo-on-rails-helper
Typo on driver type
2 parents 7979983 + bd599fb commit 11cfbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec/rails_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
# selenium_firefox webdriver only works for Travis-CI builds.
5353
driver = ENV["DRIVER"].try(:to_sym)
54-
if driver.nil? || driver == :selenium_chrome_
54+
if driver.nil? || driver == :selenium_chrome
5555
Capybara.register_driver :selenium_chrome do |app|
5656
Capybara::Selenium::Driver.new(app, browser: :chrome)
5757
end

0 commit comments

Comments
 (0)
Please sign in to comment.