Fix Minitest deprecation warning

pull/90/head
Thibaut 11 years ago
parent 175f9e8c42
commit 1fc2e6424d

@ -39,6 +39,6 @@ def rm_tmp
FileUtils.rm_rf $tmp_path if $tmp_path FileUtils.rm_rf $tmp_path if $tmp_path
end end
MiniTest::Unit.after_tests do Minitest.after_run do
rm_tmp rm_tmp
end end

Loading…
Cancel
Save