Speed up setup test by not installing docs

This also makes this test consistent with the other tests in this file.
This commit is contained in:
David Rodríguez 2020-06-16 19:40:12 +02:00 committed by Hiroshi SHIBATA
parent 3d8e0d8e50
commit b1d74afd3a
Notes: git 2020-06-17 21:17:27 +09:00

View File

@ -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