summaryrefslogtreecommitdiff
path: root/spec/integration/php
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-10 15:40:15 -0600
committermo khan <mo.khan@gmail.com>2020-09-10 15:40:15 -0600
commit60e0be6501010961a8e6ac3248d2b0c976e75cda (patch)
treedd272f7ae019f9aed0142f200fd4aa178327c2ba /spec/integration/php
parent0304f8eb79a179332945e1c952d22df4e20ea839 (diff)
refactor: start proxy server before tests
Diffstat (limited to 'spec/integration/php')
-rw-r--r--spec/integration/php/composer_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/integration/php/composer_spec.rb b/spec/integration/php/composer_spec.rb
index 9f71541..383bc94 100644
--- a/spec/integration/php/composer_spec.rb
+++ b/spec/integration/php/composer_spec.rb
@@ -101,8 +101,6 @@ RSpec.describe "composer" do
context "when fetching dependencies from a custom registry" do
before do
- add_host('composer.test', '127.0.0.1')
- start_proxy_server
runner.mount(dir: fixture_file('php/composer/custom-tls'))
end