зеркало из https://github.com/github/ruby.git
Use test_mode on Reline::History::Test for encoding
This commit is contained in:
Родитель
c257d81186
Коммит
0aa5195262
|
@ -2,6 +2,10 @@ require_relative 'helper'
|
|||
require "reline/history"
|
||||
|
||||
class Reline::History::Test < Reline::TestCase
|
||||
def setup
|
||||
Reline.send(:test_mode)
|
||||
end
|
||||
|
||||
def test_ancestors
|
||||
assert_equal(Reline::History.ancestors.include?(Array), true)
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче