lib/ae/adapters/testunit.rb in ae-1.7.4 vs lib/ae/adapters/testunit.rb in ae-1.8.0
- old
+ new
@@ -8,10 +8,10 @@
# assertion counts.
#
# In addition we teach #run to recognize any Exception class that
# responds to #assertion? in the affirmative as an assertion
# rather than an error.
-
+#
module Test #:nodoc:
module Unit #:nodoc:
class TestCase #:nodoc:
# These exceptions are not caught by #run.
PASSTHROUGH_EXCEPTIONS = [NoMemoryError, SignalException, Interrupt, SystemExit]