Skip to content

Commit

Permalink
Drop ancient test which expects RUBY_PATCHLEVEL is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jul 2, 2019
1 parent b5512ef commit 573d4c1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/rubygems/test_gem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -992,14 +992,6 @@ def test_self_env_requirement
assert_equal Gem::Requirement.default, Gem.env_requirement('qux')
end

def test_self_ruby_version_with_patchlevel_less_ancient_rubies
util_set_RUBY_VERSION '1.8.5'

assert_equal Gem::Version.new('1.8.5'), Gem.ruby_version
ensure
util_restore_RUBY_VERSION
end

def test_self_ruby_version_with_release
util_set_RUBY_VERSION '1.8.6', 287

Expand Down

0 comments on commit 573d4c1

Please sign in to comment.