Skip to content

Commit

Permalink
Disable MiniTest plugin autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
mhib committed Sep 16, 2023
1 parent ded8497 commit 86b59bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

ENV["MT_NO_PLUGINS"] = "1" # Disable autoloading of MiniTest plugins.

require "bundler/gem_tasks"
require "rake/testtask"
require "standard/rake"
Expand Down

0 comments on commit 86b59bb

Please sign in to comment.