1
0
Fork 0
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:
ryan 2011-01-14 02:02:12 +00:00
parent 8409156e24
commit f52c2cc24d
10 changed files with 40 additions and 277 deletions

View file

@ -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 }