Initialize Reline callbacks when test suit starts
This commit is contained in:
parent
68a7c8ad57
commit
03a492fe45
@ -7,6 +7,12 @@ class Reline::Test < Reline::TestCase
|
||||
end
|
||||
|
||||
def setup
|
||||
Reline.output_modifier_proc = nil
|
||||
Reline.completion_proc = nil
|
||||
Reline.prompt_proc = nil
|
||||
Reline.auto_indent_proc = nil
|
||||
Reline.pre_input_hook = nil
|
||||
Reline.dig_perfect_match_proc = nil
|
||||
end
|
||||
|
||||
def teardown
|
||||
|
Loading…
x
Reference in New Issue
Block a user