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/php | |
| parent | 60e0be6501010961a8e6ac3248d2b0c976e75cda (diff) | |
test: start proxy server before suite and shutdown at end of suite
Diffstat (limited to 'spec/integration/php')
| -rw-r--r-- | spec/integration/php/composer_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/php/composer_spec.rb b/spec/integration/php/composer_spec.rb index 383bc94..685e5ad 100644 --- a/spec/integration/php/composer_spec.rb +++ b/spec/integration/php/composer_spec.rb @@ -105,7 +105,7 @@ RSpec.describe "composer" do end context "when the CA certificate is provided" do - let(:env) { { 'ADDITIONAL_CA_CERT_BUNDLE' => x509_certificate('wildcard.test').read } } + let(:env) { { 'ADDITIONAL_CA_CERT_BUNDLE' => x509_certificate.read } } specify do expect(subject).to match_schema |
