Преглед изворни кода

Fix Minitest deprecation warning

Thibaut пре 11 година
родитељ
комит
1fc2e6424d
1 измењених фајлова са 1 додато и 1 уклоњено
  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