summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_update_command.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2021-01-04 10:09:05 +0900
committerHiroshi SHIBATA <[email protected]>2021-01-04 13:14:43 +0900
commit5537adf719a37a30b17d39111cc03700f353aa2d (patch)
tree7523de9950b8a0118143f4ee0029aee17d043e04 /test/rubygems/test_gem_commands_update_command.rb
parent35c3a24c8cbcccff1108079360e2063fc354b4bd (diff)
Track RubyGems master(3.3.0.dev) branch at 55634a8af18a52df86c4275d70fa1179118bcc20
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4021
Diffstat (limited to 'test/rubygems/test_gem_commands_update_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_update_command.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rubygems/test_gem_commands_update_command.rb b/test/rubygems/test_gem_commands_update_command.rb
index 749e9bee20..13cc10c298 100644
--- a/test/rubygems/test_gem_commands_update_command.rb
+++ b/test/rubygems/test_gem_commands_update_command.rb
@@ -552,7 +552,7 @@ class TestGemCommandsUpdateCommand < Gem::TestCase
expected = {
:args => [],
- :document => %w[rdoc ri],
+ :document => %w[ri],
:force => false,
:system => true,
}
@@ -571,7 +571,7 @@ class TestGemCommandsUpdateCommand < Gem::TestCase
expected = {
:args => [],
- :document => %w[rdoc ri],
+ :document => %w[ri],
:force => false,
:system => "1.3.7",
}