X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/59a2d537f3450407aa48e32645d92a5246c046fe..35ba053c83b7ad18e1a336d50d3a8d5a53adce9f:/apps/workbench/test/integration_helper.rb diff --git a/apps/workbench/test/integration_helper.rb b/apps/workbench/test/integration_helper.rb index 34ee1f479a..0c66e59c8c 100644 --- a/apps/workbench/test/integration_helper.rb +++ b/apps/workbench/test/integration_helper.rb @@ -156,19 +156,6 @@ module HeadlessHelper end end -module KeepWebConfig - def getport service - File.read(File.expand_path("../../../../tmp/#{service}.port", __FILE__)) - end - - def use_keep_web_config - @kwport = getport 'keep-web-ssl' - @kwdport = getport 'keep-web-dl-ssl' - Rails.configuration.Services.WebDAV.ExternalURL = URI("https://localhost:#{@kwport}") - Rails.configuration.Services.WebDAVDownload.ExternalURL = URI("https://localhost:#{@kwdport}") - end -end - class ActionDispatch::IntegrationTest # Make the Capybara DSL available in all integration tests include Capybara::DSL