mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
Update to RubyGems 0.9.5
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cae4fb76dc
commit
db74541efe
19 changed files with 275 additions and 95 deletions
|
@ -22,13 +22,14 @@ class TestGemCommandsEnvironmentCommand < RubyGemTestCase
|
|||
|
||||
assert_match %r|RUBYGEMS VERSION: (\d\.)+\d \((\d\.)+\d\)|, @ui.output
|
||||
assert_match %r|RUBY VERSION: \d\.\d\.\d \(.*\) \[.*\]|, @ui.output
|
||||
assert_match %r|INSTALLATION DIRECTORY: #{@gemhome}|, @ui.output
|
||||
assert_match %r|INSTALLATION DIRECTORY: #{Regexp.escape @gemhome}|,
|
||||
@ui.output
|
||||
assert_match %r|RUBYGEMS PREFIX: |, @ui.output
|
||||
assert_match %r|RUBY EXECUTABLE:.*ruby|, @ui.output
|
||||
assert_match %r|RUBYGEMS PLATFORMS:|, @ui.output
|
||||
assert_match %r|- #{Gem::Platform.local}|, @ui.output
|
||||
assert_match %r|GEM PATHS:|, @ui.output
|
||||
assert_match %r|- #{@gemhome}|, @ui.output
|
||||
assert_match %r|- #{Regexp.escape @gemhome}|, @ui.output
|
||||
assert_match %r|GEM CONFIGURATION:|, @ui.output
|
||||
assert_match %r|:verbose => |, @ui.output
|
||||
assert_match %r|REMOTE SOURCES:|, @ui.output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue