class Minitest::Test

Public Instance Methods

run() click to toggle source
# File lib/pry-rescue/minitest.rb, line 12
def run
  Minitest::Test::PASSTHROUGH_EXCEPTIONS << Exception
  Pry::rescue do
    run_without_rescue
  end
end
Also aliased as: run_without_rescue
run_without_rescue()
Alias for: run