gongo / turnip_formatter

A pretty formatter for Turnip
http://gongo.hatenablog.com/entry/2013/04/18/203426
MIT License
34 stars 24 forks source link

Add support for RSpec::Core::MultipleExceptionError #84

Closed JohnBat26 closed 7 years ago

JohnBat26 commented 7 years ago

Hello. When I get several exception during test execution then I see only:

Failure:
RSpec::Core::MultipleExceptionError
Backtrace:

But this class has @all_exceptions property with a array of all exceptions. It would be nice print all exceptions in a html report instead RSpec::Core::MultipleExceptionError.

gongo commented 7 years ago

Hi @JohnBat26

I guess that this problem is probably the same as GH-67 . I'm trying to fix it at GH-83. Please wait until release 0.6.0 (not pre) 🙇

JohnBat26 commented 7 years ago

@gongo thanks for quick answer. We will wait for version 0.6. :)

gongo commented 7 years ago

Hi @JohnBat26

I've released 0.6.0.pre.beta.5 that corrected this problem. Please try this .

JohnBat26 commented 7 years ago

Hi @gongo. I've tried this. While all works OK. Now I don't see MultipleExceptionError. Thanks. :)

gongo commented 7 years ago

💪