diff options
author | David RodrÃguez <[email protected]> | 2021-05-12 11:44:16 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-05-28 11:53:45 +0900 |
commit | 1f505000e653505b8e9e6ce4f5679ddca3c35043 () | |
tree | 599ce6d82393ac89589d37d949c0b4cb51a16f0e /test/rubygems/test_gem_commands_setup_command.rb | |
parent | 9382bda78bb701bb1df806ff0b25795a4bfc6d0c (diff) |
[rubygems/rubygems] Test installing a non deprecated file
https://.com/rubygems/rubygems/commit/a678959eda
-rw-r--r-- | test/rubygems/test_gem_commands_setup_command.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ class TestGemCommandsSetupCommand < Gem::TestCase filelist = %w[ bin/gem lib/rubygems.rb - lib/rubygems/test_case.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], @cmd.files_in('lib').sort end |