[rubygems/rubygems] Test installing a non deprecated file

https://github.com/rubygems/rubygems/commit/a678959eda
This commit is contained in:
David Rodríguez 2021-05-12 11:44:16 +02:00 коммит произвёл Hiroshi SHIBATA
Родитель 9382bda78b
Коммит 1f505000e6
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -21,7 +21,7 @@ class TestGemCommandsSetupCommand < Gem::TestCase
filelist = %w[
bin/gem
lib/rubygems.rb
lib/rubygems/test_case.rb
lib/rubygems/requirement.rb
lib/rubygems/ssl_certs/rubygems.org/foo.pem
bundler/exe/bundle
bundler/exe/bundler
@ -159,7 +159,7 @@ class TestGemCommandsSetupCommand < Gem::TestCase
end
def test_files_in
assert_equal %w[rubygems.rb rubygems/ssl_certs/rubygems.org/foo.pem rubygems/test_case.rb],
assert_equal %w[rubygems.rb rubygems/requirement.rb rubygems/ssl_certs/rubygems.org/foo.pem],
@cmd.files_in('lib').sort
end