mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rubygems: update to 1.3.5.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6c0f2b097e
commit
ed5d5c5829
34 changed files with 6650 additions and 136 deletions
|
@ -335,14 +335,12 @@ WARNING: Invalid .gemspec format in '#{spec_file}'
|
|||
@source_index.add_spec gem_a1_alpha
|
||||
|
||||
refute @source_index.latest_specs.include?(gem_a1_alpha)
|
||||
assert_nil @source_index.specification(gem_a1_alpha.full_name)
|
||||
assert @source_index.find_name(gem_a1_alpha.full_name).empty?
|
||||
assert @source_index.prerelease_specs.include?(gem_a1_alpha)
|
||||
|
||||
# TODO: don't think this tests writing prerelease index to disk
|
||||
end
|
||||
|
||||
def test_refresh_bang
|
||||
a1_spec = File.join @gemhome, "specifications", "#{@a1.full_name}.gemspec"
|
||||
a1_spec = File.join @gemhome, "specifications", "#{@a1.full_name}.gemspec"
|
||||
|
||||
FileUtils.mv a1_spec, @tempdir
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue