aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_project_sanity.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-14 21:14:58 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-15 18:05:18 +0900
commit7e084ed707310139b351f6d30af435676422af62 (patch)
treedb7450ae96ccd8d90287e33412769230da247242 /test/rubygems/test_project_sanity.rb
parent583e06e28f5ed4078393000f929f4380777ba972 (diff)
downloadruby-7e084ed707310139b351f6d30af435676422af62.tar.gz
Merge RubyGems and Bundler master
Merge from https://github.com/rubygems/rubygems/commit/793ad95ecb40e84a1dcb4cb60f2686843ed90de5
Diffstat (limited to 'test/rubygems/test_project_sanity.rb')
-rw-r--r--test/rubygems/test_project_sanity.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/rubygems/test_project_sanity.rb b/test/rubygems/test_project_sanity.rb
index 4324c997bd..38c2541df6 100644
--- a/test/rubygems/test_project_sanity.rb
+++ b/test/rubygems/test_project_sanity.rb
@@ -17,16 +17,4 @@ class TestProjectSanity < Gem::TestCase
assert status.success?, err
end
-
- def test_require_and_use_rubygems_version
- err, status = Open3.capture2e(
- *ruby_with_rubygems_in_load_path,
- "--disable-gems",
- "-rrubygems/version",
- "-e",
- "Gem::Version.new('2.7.0.preview1') >= Gem::Version.new(RUBY_VERSION)"
- )
-
- assert status.success?, err
- end
end