Skip to content
Commit 3537d50a authored by segfault's avatar segfault
Browse files

Test Suite: Print previous exceptions

Since Ruby 2.1, when an unhandled exceptions is printed, any previous
exceptions at the time the exception was raised are also printed. That's
useful to for debugging to figure out the exact cause of an exception.

Cucumber does not print previous exceptions, so we extend it's
print_exception method to also print any previous exceptions.
parent 4877fc29
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment