aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_command.rb')
-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