From 373d01bb7d136ba514ca5c65298b0196f39d0569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sat, 21 Dec 2019 19:14:21 +0100 Subject: [rubygems/rubygems] Remove unnecessary line https://github.com/rubygems/rubygems/commit/1d0981809a --- test/rubygems/test_gem_commands_setup_command.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') 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" -- cgit v1.2.3