mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Require rubygems to run the test alone on ruby/ruby
`Gem` is not undefined on test-all
08ac803d61
This commit is contained in:
parent
01d7e15757
commit
56884b64de
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
|
||||
require 'irb'
|
||||
require 'rubygems'
|
||||
require 'test/unit'
|
||||
require 'ostruct'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue