mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 01:23:57 +02:00
* lib/rubygems: RubyGems 2.2.2 which contains the following bug fixes:
http://rubygems.rubyforge.org/rubygems-update/History_txt.html#label-2.2.2+%2F+2014-02-05 https://bugs.ruby-lang.org/issues/9489 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
39cb784095
commit
9b9d3bac4d
64 changed files with 934 additions and 299 deletions
|
@ -169,9 +169,9 @@ lib/foo.rb
|
|||
end
|
||||
|
||||
expected = [
|
||||
File.join(Gem::ConfigMap[:bindir], 'default_command'),
|
||||
File.join(Gem::ConfigMap[:rubylibdir], 'default/gem.rb'),
|
||||
File.join(Gem::ConfigMap[:archdir], 'default_gem.so')
|
||||
File.join(RbConfig::CONFIG['bindir'], 'default_command'),
|
||||
File.join(RbConfig::CONFIG['rubylibdir'], 'default/gem.rb'),
|
||||
File.join(RbConfig::CONFIG['archdir'], 'default_gem.so')
|
||||
].sort.join "\n"
|
||||
|
||||
assert_equal expected, @ui.output.chomp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue