From b1d74afd3a869c4dbdd5c2834d9b7b7ea6c4dad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 16 Jun 2020 19:40:12 +0200 Subject: [PATCH] Speed up setup test by not installing docs This also makes this test consistent with the other tests in this file. --- test/rubygems/test_gem_commands_setup_command.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/rubygems/test_gem_commands_setup_command.rb b/test/rubygems/test_gem_commands_setup_command.rb index 5c619840c7..ba774ba813 100644 --- a/test/rubygems/test_gem_commands_setup_command.rb +++ b/test/rubygems/test_gem_commands_setup_command.rb @@ -125,6 +125,8 @@ class TestGemCommandsSetupCommand < Gem::TestCase end def test_execute_informs_about_installed_executables + @cmd.options[:document] = [] + use_ui @ui do @cmd.execute end