summaryrefslogtreecommitdiff
path: root/test/rubygems
diff options
context:
space:
mode:
authorbronzdoc <lsagastume1990@gmail.com>2019-07-25 23:54:06 -0600
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-17 07:35:48 +0900
commit89ad5df979727ab50eee6106550bf58b1888486e (patch)
tree4b5d80d208686fc25deb39763a3d535298d9bd01 /test/rubygems
parentb8984370daaff4809b04330a6d7098f171568f79 (diff)
[rubygems/rubygems] Replace domain parameter in Gem::Command#show_lookup_failure with a parameter to suppress suggestions
https://github.com/rubygems/rubygems/commit/760b7d834f
Diffstat (limited to 'test/rubygems')
-rw-r--r--test/rubygems/test_gem_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_command.rb b/test/rubygems/test_gem_command.rb
index f3897c7102..d51371301e 100644
--- a/test/rubygems/test_gem_command.rb
+++ b/test/rubygems/test_gem_command.rb
@@ -328,7 +328,7 @@ ERROR: Could not find a valid gem 'other' (>= 0) in any repository
end
use_ui @ui do
- @cmd.show_lookup_failure misspelled, Gem::Requirement.default, [], :remote
+ @cmd.show_lookup_failure misspelled, Gem::Requirement.default, []
end
expected = <<-EXPECTED