Re: [rspec-users] a custom progress bar formatter

2008-12-10 Thread nicholas a. evans
On Tue, Dec 9, 2008 at 8:28 PM, Zach Dennis <[EMAIL PROTECTED]> wrote: > On Tue, Dec 9, 2008 at 5:19 PM, nicholas a. evans <[EMAIL PROTECTED]> wrote: >> And then I remembered that rspec makes it super easy to write your own >> custom formatter. So I did. :-) >> >> http://ekenosen.net/nick/devblog

Re: [rspec-users] a custom progress bar formatter

2008-12-09 Thread Zach Dennis
On Tue, Dec 9, 2008 at 5:19 PM, nicholas a. evans <[EMAIL PROTECTED]> wrote: > I've always been a little bit bemused by the default ruby test/unit and > rspec output. Basically, what I want is a progress bar and that any > errors and warnings be displayed immediately. I also want warnings to be >

Re: [rspec-users] a custom progress bar formatter

2008-12-09 Thread Pat Maddox
"nicholas a. evans" <[EMAIL PROTECTED]> writes: > I've always been a little bit bemused by the default ruby test/unit and > rspec output. Basically, what I want is a progress bar and that any > errors and warnings be displayed immediately. I also want warnings to be > printed for slow specs. When

[rspec-users] a custom progress bar formatter

2008-12-09 Thread nicholas a. evans
I've always been a little bit bemused by the default ruby test/unit and rspec output. Basically, what I want is a progress bar and that any errors and warnings be displayed immediately. I also want warnings to be printed for slow specs. When using color, I want the entire progress bar printed in g