From a8e25c92f36cd4c03d0db16fe93f3b8cf205edb3 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 23 Oct 2012 16:37:47 +0000 Subject: test_rubyoptions.rb: --help option * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_usage): now --help shows more lines. [ruby-core:48072] [Bug #7184] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_rubyoptions.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test') diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 24731a38c1..c39a45afe8 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -31,11 +31,6 @@ class TestRubyOptions < Test::Unit::TestCase assert_operator(r.size, :<=, 24) assert_equal([], e) end - - assert_in_out_err(%w(--help)) do |r, e| - assert_operator(r.size, :<=, 24) - assert_equal([], e) - end end def test_option_variables -- cgit v1.2.3