diff options
Diffstat (limited to 'spec/support/integration_test_helper.rb')
| -rw-r--r-- | spec/support/integration_test_helper.rb | 12 |
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 |
