зеркало из https://github.com/github/ruby.git
[ruby/irb] Require rubygems to run the test alone on ruby/ruby
`Gem` is not undefined on test-all https://github.com/ruby/irb/commit/08ac803d61
This commit is contained in:
Родитель
01d7e15757
Коммит
56884b64de
|
@ -1,5 +1,6 @@
|
|||
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
|
||||
require 'irb'
|
||||
require 'rubygems'
|
||||
require 'test/unit'
|
||||
require 'ostruct'
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче