mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Call super method by teardown of tests of Reline as Readline
This commit is contained in:
parent
215fd1bf2c
commit
06d52249de
2 changed files with 2 additions and 0 deletions
|
@ -808,6 +808,7 @@ class TestRelineAsReadline < Test::Unit::TestCase
|
||||||
|
|
||||||
def teardown
|
def teardown
|
||||||
finish_using_lib_reline
|
finish_using_lib_reline
|
||||||
|
super
|
||||||
end
|
end
|
||||||
|
|
||||||
def get_default_internal_encoding
|
def get_default_internal_encoding
|
||||||
|
|
|
@ -279,6 +279,7 @@ class TestRelineAsReadlineHistory < Test::Unit::TestCase
|
||||||
|
|
||||||
def teardown
|
def teardown
|
||||||
finish_using_lib_reline
|
finish_using_lib_reline
|
||||||
|
super
|
||||||
end
|
end
|
||||||
|
|
||||||
def get_default_internal_encoding
|
def get_default_internal_encoding
|
||||||
|
|
Loading…
Reference in a new issue