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:
parent
34727475d0
commit
de01c4ec00
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue