Explorar el Código

Fix Minitest deprecation warning

Thibaut hace 11 años
padre
commit
1fc2e6424d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/test_helper.rb

+ 1 - 1
test/test_helper.rb

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