class MiniTest::Unit::TestCase

TODO: it should be possible to do all this by simply wrapping MiniTest::Unit::TestCase in recent versions of minitest. Unfortunately the version of minitest bundled with ruby seems to take precedence over the new gem, so we can't do this and still support ruby-1.9.3

Public Instance Methods

run(runner) click to toggle source
# File lib/pry-rescue/minitest.rb, line 31
def run(runner)
  Pry::rescue do
    run_without_rescue(runner)
  end
end
Also aliased as: run_without_rescue
run_without_rescue(runner)
Alias for: run