summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_setup_command.rb
diff options
context:
space:
mode:
-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