class MiniTest::Unit::TestCase

def run(runner)

def run(runner)
  Pry::rescue do
    run_without_rescue(runner)
  end
end