Skip to content

Commit

Permalink
s/MiniTest/Minitest/
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Oct 21, 2023
1 parent 94ae002 commit c7ea508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def copy_routes
::Rails::Generators::TestCase.include Haml::Rails::GeneratorTestHelpers

# Remove tmp directory when test suite is completed
MiniTest.after_run do
Minitest.after_run do
tmp_dir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'tmp'))
FileUtils.rm_r(tmp_dir)
end

0 comments on commit c7ea508

Please sign in to comment.