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

Rename to Reline::History::Test.

This commit is contained in:
manga_osyo 2019-06-25 22:08:15 +09:00 committed by aycabta
parent 073cc52dcc
commit e6f188ea03

View file

@ -1,7 +1,7 @@
require_relative 'helper' require_relative 'helper'
require "reline/history" require "reline/history"
class Reline::KeyStroke::Test < Reline::TestCase class Reline::History::Test < Reline::TestCase
def test_ancestors def test_ancestors
assert_equal(Reline::History.ancestors.include?(Array), true) assert_equal(Reline::History.ancestors.include?(Array), true)
end end