From 049292e3021524bad531a82f5d9a51a22fb88640 Mon Sep 17 00:00:00 2001 From: aycabta Date: Wed, 1 Jan 2020 02:04:41 +0900 Subject: [PATCH] Add load path and require for ruby/ruby --- test/irb/test_ruby_lex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/irb/test_ruby_lex.rb b/test/irb/test_ruby_lex.rb index 51ae5e4b47..f3a9b30e95 100644 --- a/test/irb/test_ruby_lex.rb +++ b/test/irb/test_ruby_lex.rb @@ -1,3 +1,5 @@ +$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) +require 'irb/ruby-lex' require 'test/unit' require 'ostruct'