mirror of
https://github.com/redmine/redmine.git
synced 2026-05-06 12:55:30 +02:00
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
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user