summaryrefslogtreecommitdiff
path: root/test/runner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/runner.rb')
-rw-r--r--test/runner.rb13
1 files changed, 1 insertions, 12 deletions
diff --git a/test/runner.rb b/test/runner.rb
index 2f3267f6c3..c34517cbf2 100644
--- a/test/runner.rb
+++ b/test/runner.rb
@@ -1,16 +1,5 @@
# frozen_string_literal: true
-# Should be done in rubygems test files?
-ENV["GEM_SKIP"] = "".freeze
-ENV.delete("RUBY_CODESIGN")
-
-Warning[:experimental] = false
-
-gem_path = [
- File.realdirpath(".bundle"),
- File.realdirpath("../.bundle", __dir__),
-]
-ENV["GEM_PATH"] = gem_path.join(File::PATH_SEPARATOR)
-ENV["GEM_HOME"] = gem_path.first
+# NOTE: Do not add any settings here for test-all. Instead, please add it to ../tool/test/init.rb.
require_relative '../tool/test/runner'