[ruby/reline] Change IOGate back to GeneralIO
Staying with ANSI can cause side effects with other tests. https://github.com/ruby/reline/commit/ba36067802
This commit is contained in:
parent
b311c35bdb
commit
4222083cbd
@ -9,6 +9,7 @@ class Reline::ANSI::TestWithTerminfo < Reline::TestCase
|
||||
end
|
||||
|
||||
def teardown
|
||||
Reline.send(:test_mode, ansi: false) # Change IOGate back to GeneralIO
|
||||
Reline.test_reset
|
||||
end
|
||||
|
||||
|
@ -9,6 +9,7 @@ class Reline::ANSI::TestWithoutTerminfo < Reline::TestCase
|
||||
end
|
||||
|
||||
def teardown
|
||||
Reline.send(:test_mode, ansi: false) # Change IOGate back to GeneralIO
|
||||
Reline.test_reset
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user