mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed unnecessary gem locking for avoiding test warnings.
It causes test failure: http://ci.rvm.jp/results/trunk@P895/111404 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cacca7cf13
commit
d4c4878441
1 changed files with 0 additions and 6 deletions
|
@ -2,12 +2,6 @@
|
|||
require 'rubygems/test_case'
|
||||
require 'rubygems/commands/update_command'
|
||||
|
||||
begin
|
||||
gem "rdoc"
|
||||
rescue Gem::LoadError
|
||||
# ignore
|
||||
end
|
||||
|
||||
class TestGemCommandsUpdateCommand < Gem::TestCase
|
||||
|
||||
def setup
|
||||
|
|
Loading…
Reference in a new issue