Skip to content

Commit fedf6bd

Browse files
committed
Replace gem 'chromedriver-helper' to 'webdrivers' in spec/integration/rails_5.2.5/Gemfile since 'chromedriver-helper' is deprecated
cf. flavorjones/chromedriver-helper#83
1 parent 77088e0 commit fedf6bd

File tree

1 file changed

+1
-1
lines changed
  • spec/integration/rails_5.2.5

1 file changed

+1
-1
lines changed

spec/integration/rails_5.2.5/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ group :test do
5252
gem 'capybara', '>= 2.15'
5353
gem 'selenium-webdriver'
5454
# Easy installation and use of chromedriver to run system tests with Chrome
55-
gem 'chromedriver-helper'
55+
gem 'webdrivers'
5656
end
5757

5858
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

0 commit comments

Comments
 (0)