mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8409156e24
commit
f52c2cc24d
10 changed files with 40 additions and 277 deletions
|
@ -271,7 +271,7 @@ class TestThread < Test::Unit::TestCase
|
|||
end
|
||||
INPUT
|
||||
|
||||
assert_in_out_err(%w(-d), <<-INPUT, %w(false 2), /.+/)
|
||||
assert_in_out_err(%w(--disable-gems -d), <<-INPUT, %w(false 2), /.+/)
|
||||
p Thread.abort_on_exception
|
||||
begin
|
||||
Thread.new { raise }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue