mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rubygems: update to 1.3.6.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
65544f575b
commit
b551e8c8b3
119 changed files with 2735 additions and 2613 deletions
|
@ -80,7 +80,7 @@ class TestGemCommandsSpecificationCommand < RubyGemTestCase
|
|||
@cmd.execute
|
||||
end
|
||||
|
||||
assert_equal "--- foo\n\n", @ui.output
|
||||
assert_equal "foo", YAML.load(@ui.output)
|
||||
end
|
||||
|
||||
def test_execute_marshal
|
||||
|
@ -106,8 +106,7 @@ class TestGemCommandsSpecificationCommand < RubyGemTestCase
|
|||
|
||||
util_setup_spec_fetcher foo
|
||||
|
||||
FileUtils.rm File.join(@gemhome, 'specifications',
|
||||
"#{foo.full_name}.gemspec")
|
||||
FileUtils.rm File.join(@gemhome, 'specifications', foo.spec_name)
|
||||
|
||||
@cmd.options[:args] = %w[foo]
|
||||
@cmd.options[:domain] = :remote
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue