Skip to content

Commit

Permalink
Disable minitest plugins when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Oct 16, 2018
1 parent 9761dea commit d822461
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

require 'erubi'
require 'erubi/capture_end'

ENV['MT_NO_PLUGINS'] = '1' # Work around stupid autoloading of plugins
require 'minitest/spec'
require 'minitest/autorun'

Expand Down

0 comments on commit d822461

Please sign in to comment.