summaryrefslogtreecommitdiff
path: root/spec/integration/ruby
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/ruby
parent0304f8eb79a179332945e1c952d22df4e20ea839 (diff)
refactor: start proxy server before tests
Diffstat (limited to 'spec/integration/ruby')
-rw-r--r--spec/integration/ruby/bundler_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/integration/ruby/bundler_spec.rb b/spec/integration/ruby/bundler_spec.rb
index b70c67e..5020d3f 100644
--- a/spec/integration/ruby/bundler_spec.rb
+++ b/spec/integration/ruby/bundler_spec.rb
@@ -95,8 +95,6 @@ RSpec.describe "bundler" do
context "when fetching dependencies from a custom registry" do
before do
- add_host('rubygems.test', '127.0.0.1')
- start_proxy_server
runner.mount(dir: fixture_file('ruby/bundler-custom-tls'))
end