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
> rspec-users@rubyforge.org
> 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`.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to