summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-07-21 14:50:23 -0600
committermo khan <mo.khan@gmail.com>2020-07-22 11:14:41 -0600
commitf4ec1f1bf826654ab963d32a2d4a2588ecb91c04 (patch)
treed0273449c4569e2faffd053c4ed1287ef081a221 /spec/support
parentca675527b53c2a8316c962ee1a17bc1ee1c0c156 (diff)
Combine default/custom certs in cacert
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/integration_test_helper.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/support/integration_test_helper.rb b/spec/support/integration_test_helper.rb
index e482d6d..9d28871 100644
--- a/spec/support/integration_test_helper.rb
+++ b/spec/support/integration_test_helper.rb
@@ -1,16 +1,4 @@
module IntegrationTestHelper
- def private_npm_host
- @private_npm_host ||= ENV.fetch('PRIVATE_NPM_HOST').tap do |host|
- add_host(host, ENV.fetch('PRIVATE_NPM_IP'))
- end
- end
-
- def private_pypi_host
- @private_pypi_host ||= ENV.fetch('PRIVATE_PYPI_HOST').tap do |host|
- add_host(host, ENV.fetch('PRIVATE_PYPI_IP'))
- end
- end
-
def runner(*args)
@runner ||= ProjectHelper.new(*args)
end