Ruby Forum RSpec > test log

Posted by Jonathan Linowes (Guest)
on 17.05.2008 05:31
(Received via mailing list)
Is there an easy way to inject each example text into test.log so I
can isolate the log output per example?
Posted by Ben Mabey (mabes)
on 17.05.2008 07:09
(Received via mailing list)
Jonathan Linowes wrote:
> Is there an easy way to inject each example text into test.log so I 
> can isolate the log output per example?
>
>
>
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
You could create a custom formatter that does that.. although, that
probably isn't the answer you wanted to hear. :)  Maybe you could try
redirecting/appending the regular output to the log file.