Skip to content

Commit

Permalink
Do not load minitest plugins when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jun 11, 2018
1 parent c73ac0d commit 46bc351
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def SimpleCov.roda_coverage(opts = {})

require_relative "../lib/roda"
require "stringio"

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

Expand Down

0 comments on commit 46bc351

Please sign in to comment.