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:
parent
073cc52dcc
commit
e6f188ea03
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue