Sfoglia il codice sorgente

Fix Minitest deprecation warning

Thibaut 11 anni fa
parent
commit
1fc2e6424d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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