1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Reset Config at Reline::Config::Test#teardown

This commit is contained in:
aycabta 2019-06-01 16:47:59 +09:00
parent 34727475d0
commit de01c4ec00

View file

@ -17,6 +17,7 @@ class Reline::Config::Test < Reline::TestCase
def teardown
Dir.chdir(@pwd)
FileUtils.rm_rf(@tmpdir)
@config.reset
end
def test_read_lines