diff options
author | Go MAEDA <maeda@farend.jp> | 2021-02-08 06:42:18 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-02-08 06:42:18 +0000 |
commit | fb15a9eee4e76d0efb267078d2336ac693dcfd67 (patch) | |
tree | f8c6501c21bc2a0397480dac8f73f81ec69d7a38 /test | |
parent | 8bdea4c1cb70a96ea1df8f43e83f0aa0d2b4c577 (diff) | |
download | redmine-fb15a9eee4e76d0efb267078d2336ac693dcfd67.tar.gz redmine-fb15a9eee4e76d0efb267078d2336ac693dcfd67.zip |
Add 'webdrivers' gem to manage Chromedriver installation (#34579).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@20742 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/application_system_test_case.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb index 1a1e0cb4a..1b117b274 100644 --- a/test/application_system_test_case.rb +++ b/test/application_system_test_case.rb @@ -18,6 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. require File.expand_path('../test_helper', __FILE__) +require 'webdrivers/chromedriver' class ApplicationSystemTestCase < ActionDispatch::SystemTestCase DOWNLOADS_PATH = File.expand_path(File.join(Rails.root, 'tmp', 'downloads')) |