diff options
| author | Masato Ohba <over.rye@gmail.com> | 2024-01-27 22:35:38 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-01-29 05:39:13 +0000 |
| commit | 933ede5d768a0e411336ea27840727442c42d3df (patch) | |
| tree | 2f640a82746ad8adac586c4cbf02205c34edf9e0 /test | |
| parent | e99951edfad6c636f561f1e6f3eda2e0609e8fbb (diff) | |
[rubygems/rubygems] Remove `travis_removal_info`
`travis_removal_info` is added by https://github.com/rubygems/rubygems/pull/6150. According to the comment, it's supposed to be removed at bundler v2.5.0 but it hasn't.
https://github.com/rubygems/rubygems/commit/e18797d43f
Diffstat (limited to 'test')
| -rw-r--r-- | test/rubygems/test_gem_commands_setup_command.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rubygems/test_gem_commands_setup_command.rb b/test/rubygems/test_gem_commands_setup_command.rb index 6859d7a5cb..43f695f147 100644 --- a/test/rubygems/test_gem_commands_setup_command.rb +++ b/test/rubygems/test_gem_commands_setup_command.rb @@ -31,7 +31,6 @@ class TestGemCommandsSetupCommand < Gem::TestCase bundler/lib/bundler/man/gemfile.5 bundler/lib/bundler/man/gemfile.5.ronn bundler/lib/bundler/templates/.circleci/config.yml - bundler/lib/bundler/templates/.travis.yml ] create_dummy_files(filelist) @@ -178,7 +177,6 @@ class TestGemCommandsSetupCommand < Gem::TestCase assert_path_exist File.join(dir, "bundler/b.rb") assert_path_exist File.join(dir, "bundler/templates/.circleci/config.yml") - assert_path_exist File.join(dir, "bundler/templates/.travis.yml") end end |
