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 коммит произвёл Hiroshi SHIBATA
Родитель 3d8e0d8e50
Коммит b1d74afd3a
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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