summaryrefslogtreecommitdiff
path: root/spec/support/integration_test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/integration_test_helper.rb')
-rw-r--r--spec/support/integration_test_helper.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/support/integration_test_helper.rb b/spec/support/integration_test_helper.rb
index 244f363..e482d6d 100644
--- a/spec/support/integration_test_helper.rb
+++ b/spec/support/integration_test_helper.rb
@@ -11,12 +11,6 @@ module IntegrationTestHelper
end
end
- def private_maven_host
- @private_maven_host ||= ENV.fetch('PRIVATE_MAVEN_HOST').tap do |host|
- add_host(host, ENV.fetch('PRIVATE_MAVEN_IP'))
- end
- end
-
def runner(*args)
@runner ||= ProjectHelper.new(*args)
end