* test/rubygems/test_gem_specification.rb: '/' is not always the root.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2014-09-18 06:03:24 +00:00
Родитель 0ad72caa65
Коммит 5de2bb431a
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Thu Sep 18 15:02:15 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* test/rubygems/test_gem_specification.rb: '/' is not always the root.
Thu Sep 18 09:36:37 2014 Scott Francis <scott.francis@shopify.com>
* vm_method.c (Init_Method): make global method cache size

Просмотреть файл

@ -1820,7 +1820,7 @@ dependencies: []
@ext.require_paths = 'lib'
assert_equal ['/foo/ext-1', 'lib'], @ext.require_paths
assert_equal [File.expand_path('/foo/ext-1'), 'lib'], @ext.require_paths
end
ensure
class << Gem