aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_command_manager.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-26 13:26:21 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-04-28 11:07:45 +0900
commitd0a54673202458455244f79ed212a97727f0c7c7 (patch)
tree4d984b9e2675d906b3e336c7f951f03b11316546 /test/rubygems/test_gem_command_manager.rb
parenta15f7dd1fb1148c3d586238ee6907875f2e40379 (diff)
downloadruby-d0a54673202458455244f79ed212a97727f0c7c7.tar.gz
Update rubygems with latest upstream changes
Closes: https://github.com/ruby/ruby/pull/2154
Diffstat (limited to 'test/rubygems/test_gem_command_manager.rb')
-rw-r--r--test/rubygems/test_gem_command_manager.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/rubygems/test_gem_command_manager.rb b/test/rubygems/test_gem_command_manager.rb
index 83757b74c8..6ada96f1c1 100644
--- a/test/rubygems/test_gem_command_manager.rb
+++ b/test/rubygems/test_gem_command_manager.rb
@@ -103,16 +103,6 @@ class TestGemCommandManager < Gem::TestCase
assert_match(/invalid option: --bad-arg/i, @ui.error)
end
- def test_process_args_bad_no_ri
- use_ui @ui do
- assert_raises Gem::MockGemUi::TermError do
- @command_manager.process_args %w[--no-ri]
- end
- end
-
- assert_match(/invalid option: --no-ri. Use --no-document instead./i, @ui.error)
- end
-
# HACK move to install command test
def test_process_args_install
#capture all install options