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 "reline/history"
class Reline::KeyStroke::Test < Reline::TestCase
class Reline::History::Test < Reline::TestCase
def test_ancestors
assert_equal(Reline::History.ancestors.include?(Array), true)
end