mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Import RubyGems r1601. [ruby-core:15381].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c12b289362
commit
5d613c83cc
26 changed files with 165 additions and 85 deletions
|
@ -85,7 +85,8 @@ class TestGemCommandsSpecificationCommand < RubyGemTestCase
|
|||
@cmd.execute
|
||||
end
|
||||
|
||||
assert_equal "#{foo.to_yaml}\n", @ui.output
|
||||
assert_match %r|\A--- !ruby/object:Gem::Specification|, @ui.output
|
||||
assert_match %r|name: foo|, @ui.output
|
||||
assert_equal "WARNING: Remote information is not complete\n\n", @ui.error
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue