X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/209d83a0ce0bd22669a39f49daddca432babeae7..7befcf18a5a8249ba73ec6c2009a8a82861b84bf:/apps/workbench/test/integration/download_test.rb diff --git a/apps/workbench/test/integration/download_test.rb b/apps/workbench/test/integration/download_test.rb index ed91ae0869..8a16fb8a66 100644 --- a/apps/workbench/test/integration/download_test.rb +++ b/apps/workbench/test/integration/download_test.rb @@ -2,16 +2,10 @@ require 'integration_helper' require 'helpers/download_helper' class DownloadTest < ActionDispatch::IntegrationTest - def getport service - File.read(File.expand_path("../../../../../tmp/#{service}.port", __FILE__)) - end + include KeepWebConfig setup do - @kwport = getport 'keep-web-ssl' - @kwdport = getport 'keep-web-dl-ssl' - Rails.configuration.keep_web_url = "https://localhost:#{@kwport}/c=%{uuid_or_pdh}" - Rails.configuration.keep_web_download_url = "https://localhost:#{@kwdport}/c=%{uuid_or_pdh}" - CollectionsController.any_instance.expects(:file_enumerator).never + use_keep_web_config # Make sure Capybara can download files. need_selenium 'for downloading', :selenium_with_download