From 7162e1ae684b44ec3fe6e56b98f9313c85ca88a6 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 6 Jul 2020 11:03:35 -0600 Subject: Install gems from custom source with custom CA * Bump version and add CHANGELOG entry * Configure Bundler logging * Include install_path of gem * Use gem summary and full_gem_path * Specify a vendor path to install dependencies to prevent leakage between tests and take advantage of build job cache --- spec/support/proxy_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/support') diff --git a/spec/support/proxy_helper.rb b/spec/support/proxy_helper.rb index b79d0e3..cf9e306 100644 --- a/spec/support/proxy_helper.rb +++ b/spec/support/proxy_helper.rb @@ -35,5 +35,6 @@ RSpec.configure do |config| config.after(:example, type: :integration) do stop_proxy_server + system("rm -f /usr/local/share/ca-certificates/custom.*") end end -- cgit v1.2.3