Re: [rspec-users] [cucumber] Cucumber and CI

2009-03-04 Thread nicholas a. evans
On Wed, Mar 4, 2009 at 6:25 AM, Dan North wrote: > Marking a feature as done can be as simple as moving it between two > directories (called in-progress and done), renaming the feature (from > openid_login.in-progress to openid_login.feature) or having an :in_progress > tag on a feature until it's

Re: [rspec-users] [Cucumber] Progress Bar

2009-02-06 Thread nicholas a. evans
Yay! Thanks for this. I kept saying "I'll get around to this... tomorrow!" And well... :-) -- Nick On Thu, Feb 5, 2009 at 6:43 PM, Matt Wynne wrote: > Inspired by Nick Evans' RSpec progress bar[1], I had a little crack at > implementing the progress bar for cucumber, 'cause I want to know ho

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. :-) >

[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