зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Test installing a non deprecated file
https://github.com/rubygems/rubygems/commit/a678959eda
This commit is contained in:
Родитель
9382bda78b
Коммит
1f505000e6
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче