Method: Test::Unit::Error#resolve_marshallable_exception
- Defined in:
- lib/deep_test/test/extensions/error.rb
#resolve_marshallable_exception ⇒ Object
4 5 6 |
# File 'lib/deep_test/test/extensions/error.rb', line 4 def resolve_marshallable_exception @exception = @exception.resolve if @exception.kind_of?(DeepTest::MarshallableExceptionWrapper) end |