From 4f6779bac7b4e294bc473782d60cbd071f0d0f8d Mon Sep 17 00:00:00 2001 From: drbrain Date: Sun, 10 Nov 2013 17:51:40 +0000 Subject: * lib/rubygems: Update to RubyGems master 4bdc4f2. Important changes in this commit: RubyGems now chooses the test server port reliably. Patch by akr. Partial implementation of bundler's Gemfile format. Refactorings to improve the new resolver. Fixes bugs in the resolver. * test/rubygems: Tests for the above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rubygems/test_gem_stub_specification.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/rubygems/test_gem_stub_specification.rb') diff --git a/test/rubygems/test_gem_stub_specification.rb b/test/rubygems/test_gem_stub_specification.rb index 1c200ec1ed..bb04fb4dcc 100644 --- a/test/rubygems/test_gem_stub_specification.rb +++ b/test/rubygems/test_gem_stub_specification.rb @@ -23,8 +23,6 @@ class TestStubSpecification < Gem::TestCase def test_initialize_extension stub = stub_with_extension - gem_dir = File.join stub.gems_dir, stub.full_name - ext_install_dir = Pathname(stub.extension_install_dir) full_gem_path = Pathname(stub.full_gem_path) relative_install_dir = ext_install_dir.relative_path_from full_gem_path -- cgit v1.2.3