mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Merge RubyGems 3.0.0.beta1.
* It drop to support < Ruby 2.2 * Cleanup deprecated methods and classes. * Mark obsoleted methods to deprecate. * and other enhancements. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c5cb386eba
commit
8da8d4b043
101 changed files with 2105 additions and 1869 deletions
|
@ -7,13 +7,16 @@ require "rubygems/command_manager"
|
|||
require File.expand_path('../rubygems_plugin', __FILE__)
|
||||
|
||||
class TestGemCommandsHelpCommand < Gem::TestCase
|
||||
# previously this was calc'd in setup, but 1.8.7 had
|
||||
# intermittent failures, but no issues with above require
|
||||
PLUGIN = File.expand_path('../rubygems_plugin.rb', __FILE__)
|
||||
|
||||
def setup
|
||||
super
|
||||
|
||||
@cmd = Gem::Commands::HelpCommand.new
|
||||
|
||||
load File.expand_path('../rubygems_plugin.rb', __FILE__) unless
|
||||
Gem::Commands.const_defined? :InterruptCommand
|
||||
load PLUGIN unless Gem::Commands.const_defined? :InterruptCommand
|
||||
end
|
||||
|
||||
def test_gem_help_bad
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue