summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"