aboutsummaryrefslogtreecommitdiffstats
path: root/lib/minitest
diff options
context:
space:
mode:
Diffstat (limited to 'lib/minitest')
-rw-r--r--lib/minitest/unit.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/minitest/unit.rb b/lib/minitest/unit.rb
index 28e14498a4..c45dec3fc4 100644
--- a/lib/minitest/unit.rb
+++ b/lib/minitest/unit.rb
@@ -222,8 +222,6 @@ module MiniTest
begin
yield
should_raise = true
- rescue MiniTest::Skip
- raise
rescue Exception => e
details = "#{msg}#{mu_pp(exp)} exception expected, not"
assert(exp.any? { |ex|