Closed dresselm closed 10 years ago
We are using Minitest 4.7.5, but a separate minitest plugin is assigning Minitest::Test and the incorrect run method is being wrapped.
Minitest::Test
run
Adding an explicit Minitest version check to ensure that the correct method is wrapped.
Thanks!
We are using Minitest 4.7.5, but a separate minitest plugin is assigning
Minitest::Test
and the incorrectrun
method is being wrapped.Adding an explicit Minitest version check to ensure that the correct method is wrapped.