Skip to content

Commit 08ac803

Browse files
committed
Require rubygems to run the test alone on ruby/ruby
`Gem` is not undefined on test-all
1 parent d1fe234 commit 08ac803

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/irb/test_ruby_lex.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
22
require 'irb'
3+
require 'rubygems'
34
require 'test/unit'
45
require 'ostruct'
56

0 commit comments

Comments
 (0)