mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
3d8e0d8e50
commit
b1d74afd3a
Notes:
git
2020-06-17 21:17:27 +09:00
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue