grosser / rspec-instafail

Show failing specs instantly
MIT License
283 stars 34 forks source link

Hidden error print #4

Closed rsofaer closed 13 years ago

rsofaer commented 13 years ago

This makes rspec-instafail output the original_exception

grosser commented 13 years ago

looks nice, what would the 'normal' exception look like compared to the original exception ?

rsofaer commented 13 years ago

It just outputs the original exception after the wrapping one, so it looks something like:

ActionView::TemplateError No method [] for nil(NilClass)

Right now, errors that happen inside of actionview templates aren't really displayed at all.

grosser commented 13 years ago

0.1.7 is for you :)