summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_build_command.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2020-10-15 13:25:27 +0900
committerHiroshi SHIBATA <[email protected]>2020-10-15 14:12:02 +0900
commitab6c4f8be3dd0fb116ba2722a2fcdc53ad4ea0b7 ()
tree05165659632b47771323a56f7f10d1f04d56f189 /test/rubygems/test_gem_commands_build_command.rb
parentf0c7a05b4c7657f1cff1698e5560f49248a08bfd (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.rb2
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]