mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/extmk.rb: use RbConfig instead of Config.
* instruby.rb: ditto. * lib/rubygems.rb: ditto. * test/rubygems/test_config.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d5bfa31f82
commit
c42a5df5c1
5 changed files with 15 additions and 5 deletions
|
@ -12,7 +12,7 @@ class TestConfig < RubyGemTestCase
|
|||
|
||||
def test_datadir
|
||||
datadir = RbConfig::CONFIG['datadir']
|
||||
assert_equal "#{datadir}/xyz", Config.datadir('xyz')
|
||||
assert_equal "#{datadir}/xyz", RbConfig.datadir('xyz')
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue