[ruby/irb] Require pathname in test helper
(https://github.com/ruby/irb/pull/467) https://github.com/ruby/irb/commit/39c6924c12
This commit is contained in:
parent
41bacd9b0d
commit
7161bf34e1
@ -1,4 +1,6 @@
|
||||
require "test/unit"
|
||||
require "pathname"
|
||||
|
||||
begin
|
||||
require_relative "../lib/helper"
|
||||
rescue LoadError # ruby/ruby defines helpers differently
|
||||
|
Loading…
x
Reference in New Issue
Block a user