summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormanga_osyo <manga.osyo@gmail.com>2019-06-25 22:08:15 +0900
committeraycabta <aycabta@gmail.com>2019-07-15 00:18:10 +0900
commite6f188ea031db9bd7ac0d2931242eebc83b5aac7 (patch)
tree6aea0829c838a65bc4d7d7be076bcf5e82a42119 /test
parent073cc52dcc5f0945e56877c703688517f58c6a65 (diff)
Rename to Reline::History::Test.
Diffstat (limited to 'test')
-rw-r--r--test/test_history.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_history.rb b/test/test_history.rb
index b38d9a3433..260b6e8528 100644
--- a/test/test_history.rb
+++ b/test/test_history.rb
@@ -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