mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Import RubyGems 1.1.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dc8359969e
commit
8cc45aae94
82 changed files with 5776 additions and 2928 deletions
|
@ -12,6 +12,7 @@ class TestGemCommandsSpecificationCommand < RubyGemTestCase
|
|||
|
||||
def test_execute
|
||||
foo = quick_gem 'foo'
|
||||
Gem.source_index.add_spec foo
|
||||
|
||||
@cmd.options[:args] = %w[foo]
|
||||
|
||||
|
@ -87,7 +88,6 @@ class TestGemCommandsSpecificationCommand < RubyGemTestCase
|
|||
|
||||
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
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue