ConradIrwin / pry-rescue

Start a pry session whenever something goes wrong.
MIT License
852 stars 49 forks source link

Added explicit minitest version check prior to monkeypatching run #73

Closed dresselm closed 10 years ago

dresselm commented 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.

Adding an explicit Minitest version check to ensure that the correct method is wrapped.

ConradIrwin commented 10 years ago

Thanks!