1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/irb] Add require 'irb' to test separately

https://github.com/ruby/irb/commit/9e4423b6e1
This commit is contained in:
aycabta 2020-08-11 23:54:23 +09:00
parent 126e1fc296
commit a388e2554c

View file

@ -1,5 +1,6 @@
# frozen_string_literal: false
require 'test/unit'
require 'irb'
module TestIRB
class TestHistory < Test::Unit::TestCase