Skip to content

Commit 41d5012

Browse files
committed
Deal with inconsistency with ruby/ruby
1 parent 9bb1757 commit 41d5012

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/irb/helper.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
require "test/unit"
2+
begin
3+
require_relative "../lib/helper"
4+
rescue LoadError # ruby/ruby defines helpers differently
5+
end
26

37
module IRB
48
class InputMethod; end

0 commit comments

Comments
 (0)