diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-10-15 13:25:27 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-10-15 14:12:02 +0900 |
commit | ab6c4f8be3dd0fb116ba2722a2fcdc53ad4ea0b7 () | |
tree | 05165659632b47771323a56f7f10d1f04d56f189 /test/rubygems/test_gem_commands_build_command.rb | |
parent | f0c7a05b4c7657f1cff1698e5560f49248a08bfd (diff) |
Merge rubygems-3.2.0.rc.2
Notes: Merged: https://.com/ruby/ruby/pull/3660
-rw-r--r-- | test/rubygems/test_gem_commands_build_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ class TestGemCommandsBuildCommand < Gem::TestCase end def test_execute_rubyforge_project_warning - rubyforge_gemspec = File.join SPECIFICATIONS, "rubyforge-0.0.1.gemspec" @cmd.options[:args] = [rubyforge_gemspec] |