summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_setup_command.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2021-05-28 12:47:49 +0200
committerHiroshi SHIBATA <[email protected]>2021-07-07 13:30:20 +0900
commit6e2240a2f954c84ed12357382c9c065ae4b91e11 ()
treeef4b33a9a67843cbc45aad510d7bca9f2a763496 /test/rubygems/test_gem_commands_setup_command.rb
parent9952e9358ea73a1bda8d5f8c8672ee1c04892ce4 (diff)
Sync latest bundler & rubygems development version
Notes: Merged: https://.com/ruby/ruby/pull/4533
-rw-r--r--test/rubygems/test_gem_commands_setup_command.rb4
1 files changed, 2 insertions, 2 deletions
@@ -175,7 +175,7 @@ class TestGemCommandsSetupCommand < Gem::TestCase
assert_path_exist File.join(dir, 'bundler.rb')
assert_path_exist File.join(dir, 'bundler/b.rb')
- assert_path_exist File.join(dir, 'bundler/templates/.circleci/config.yml') unless RUBY_ENGINE == "truffleruby" # https://.com/oracle/truffleruby/issues/2116
assert_path_exist File.join(dir, 'bundler/templates/.travis.yml')
end
end
@@ -272,7 +272,7 @@ class TestGemCommandsSetupCommand < Gem::TestCase
@cmd.remove_old_lib_files lib
- files_that_go.each {|file| assert_path_not_exist(file) unless file == old_bundler_ci && RUBY_ENGINE == "truffleruby" } # https://.com/oracle/truffleruby/issues/2116
files_that_stay.each {|file| assert_path_exist file }
end