summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-12-21 19:14:21 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-08 14:13:29 +0900
commit373d01bb7d136ba514ca5c65298b0196f39d0569 (patch)
tree4a8ad2cba8cef1f3649b96981d335949a86c4936 /test
parent0d7e0eb2faa282e0c15faa60c62992ca5452e228 (diff)
[rubygems/rubygems] Remove unnecessary line
https://github.com/rubygems/rubygems/commit/1d0981809a
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3092
Diffstat (limited to 'test')
-rw-r--r--test/rubygems/test_gem_commands_setup_command.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rubygems/test_gem_commands_setup_command.rb b/test/rubygems/test_gem_commands_setup_command.rb
index cd4812bc38..f7d738a816 100644
--- a/test/rubygems/test_gem_commands_setup_command.rb
+++ b/test/rubygems/test_gem_commands_setup_command.rb
@@ -54,8 +54,6 @@ class TestGemCommandsSetupCommand < Gem::TestCase
io.puts '# b.rb'
end
- FileUtils.mkdir_p 'default/gems'
-
gemspec = Gem::Specification.new
gemspec.author = "Us"
gemspec.name = "bundler"