diff options
author | David RodrÃguez <[email protected]> | 2020-06-02 10:19:41 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-06-05 07:32:42 +0900 |
commit | e4d0cca24ae07d7b9797c384a9b6d82983f269e4 () | |
tree | b5db46c840269d1449c934261383b39ec9e2ff28 /test/rubygems/test_gem_commands_setup_command.rb | |
parent | 1f9e684c7755c2b65a68565807f4547f1692b616 (diff) |
[rubygems/rubygems] Fix installing template files with dots
https://.com/rubygems/rubygems/commit/a82a77251d
Notes: Merged: https://.com/ruby/ruby/pull/3184
-rw-r--r-- | test/rubygems/test_gem_commands_setup_command.rb | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -28,6 +28,8 @@ class TestGemCommandsSetupCommand < Gem::TestCase bundler/exe/bundle bundler/lib/bundler.rb bundler/lib/bundler/b.rb bundler/man/bundle-b.1 bundler/man/bundle-b.1.txt bundler/man/gemfile.5 @@ -184,6 +186,9 @@ class TestGemCommandsSetupCommand < Gem::TestCase assert_path_exists File.join(dir, 'bundler.rb') assert_path_exists File.join(dir, 'bundler/b.rb') end end |