On Dec 22, 2011, at 12:33 PM, LeeQ <leequare...@gmail.com> wrote: > Ah, I see what you are saying. But no, I still want the exception to act > like an exception. My problem is that I'll have a test fail for reasons > unknown, and I then I need to open the test logs to find the exception. I'd > like those exceptions to show up in my test output so I don't have to dig for > them. > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
You need to configure the logger to log to standard out. Check out this link & modify as appropriate for your Rails version: http://stackoverflow.com/questions/4800032/how-to-change-the-rails-logger-to-use-standard-out-from-rake-tasks-rails2 Pat _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users