summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_fetch_command.rb
diff options
context:
space:
mode:
authorximenasandoval <ximena.sandoval.dh@gmail.com>2022-01-04 17:16:40 -0700
committergit <svn-admin@ruby-lang.org>2022-01-06 23:58:39 +0900
commit73be7a85cd4da6229f9a898b77492357e3811210 (patch)
treed4c8557e34c42f3b1f24193fbf49c7c6d100203e /test/rubygems/test_gem_commands_fetch_command.rb
parentcea4a81056311f13ca1c17f26c9d2c21b5a017a6 (diff)
[rubygems/rubygems] Fix suggestions flag
https://github.com/rubygems/rubygems/commit/b55a1393ca
Diffstat (limited to 'test/rubygems/test_gem_commands_fetch_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_fetch_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_fetch_command.rb b/test/rubygems/test_gem_commands_fetch_command.rb
index 550c05b998..7d4c77afaa 100644
--- a/test/rubygems/test_gem_commands_fetch_command.rb
+++ b/test/rubygems/test_gem_commands_fetch_command.rb
@@ -242,7 +242,7 @@ ERROR: Possible alternatives: foo
end
@cmd.options[:args] = %w[foo:2]
- @cmd.options[:suggest_alternate] = true
+ @cmd.options[:suggest_alternate] = false
use_ui @ui do
@cmd.execute