Skip to content

Commit

Permalink
Adds fix for Rails 4.1/Minitest 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Dec 30, 2013
1 parent dfc0a50 commit 8044338
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/multi_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ def self.disable_autorun
end

if defined?(Minitest)
Minitest.instance_eval do
def run(*)
end
end

if defined?(Minitest::Unit)
Minitest::Unit.class_eval do
def run(*)
Expand Down

0 comments on commit 8044338

Please sign in to comment.