diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-10 16:19:12 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-10 16:19:12 -0600 |
| commit | 6a56e4ff0047921f5afc4e106659e2bae1411da4 (patch) | |
| tree | 905cd6a9aefba50769185d96e20578860a6a8e57 /spec/integration/ruby | |
| parent | 60e0be6501010961a8e6ac3248d2b0c976e75cda (diff) | |
test: start proxy server before suite and shutdown at end of suite
Diffstat (limited to 'spec/integration/ruby')
| -rw-r--r-- | spec/integration/ruby/bundler_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/ruby/bundler_spec.rb b/spec/integration/ruby/bundler_spec.rb index 5020d3f..953aec9 100644 --- a/spec/integration/ruby/bundler_spec.rb +++ b/spec/integration/ruby/bundler_spec.rb @@ -101,7 +101,7 @@ RSpec.describe "bundler" do context "when the CA certificate is provided" do let(:env) do { - 'ADDITIONAL_CA_CERT_BUNDLE' => x509_certificate('wildcard.test').read, + 'ADDITIONAL_CA_CERT_BUNDLE' => x509_certificate.read, 'LOG_LEVEL' => 'debug' } end |
