On Dec 22, 2011, at 8:25 AM, LeeQ wrote: > Puts does work. That's not what I'm looking for. > > I want all error messages (like `undefined local variable or method `junk' > for...` ) to show up in my rspec out put in the same way as `puts`. > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users
So basically you want the exception message to display in the output, but then have things "continue on" like it *wasn't* an exception? I don't see the point in that, but you could do it with `rescue`. -- You received this message because you are subscribed to the Google Groups "rspec" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rspec?hl=en.
