We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a3cbb commit dc0dd25Copy full SHA for dc0dd25
1 file changed
test/irb/test_history.rb
@@ -27,6 +27,7 @@ def teardown
27
ENV["IRBRC"] = @backup_irbrc
28
Encoding.default_external = @backup_default_external
29
$VERBOSE = @original_verbose
30
+ FileUtils.rm_rf(@tmpdir)
31
end
32
33
class TestInputMethodWithRelineHistory < TestInputMethod
0 commit comments