Re: [rspec-users] Colorize story output

2008-07-08 Thread Yi Wen
Actually, for the completeness. please see this: http://yiwenandsoftware.wordpress.com/2008/06/25/intergrate-rspec-story-runner-in-cruisecontrolrb-build-with-html-report/ On Tue, Jul 8, 2008 at 8:59 AM, Yi Wen <[EMAIL PROTECTED]> wrote: > yes. -f html > > > On Tue, Jul 8, 2008 at 8:41 AM, aidy le

Re: [rspec-users] Colorize story output

2008-07-08 Thread Yi Wen
yes. -f html On Tue, Jul 8, 2008 at 8:41 AM, aidy lewis <[EMAIL PROTECTED]> wrote: > Hi David, > > > > > > > > ruby stories/all.rb -c > > > > Fantastic. Is it possible to create HTML from this? > > Aidy > ___ > rspec-users mailing list > rspec-users@rub

Re: [rspec-users] Colorize story output

2008-07-08 Thread aidy lewis
Hi David, > > > > ruby stories/all.rb -c > Fantastic. Is it possible to create HTML from this? Aidy ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Colorize story output

2008-07-08 Thread David Chelimsky
On Jul 8, 2008, at 8:23 AM, aidy lewis wrote: On 07/07/2008, Ben Mabey <[EMAIL PROTECTED]> wrote: Hey Paolo, This looks look. However, the story runner currently supports colorization. You just need to pass in a --colour on the command line. -Ben Could you give me some sample syntax on

Re: [rspec-users] Colorize story output

2008-07-08 Thread aidy lewis
On 07/07/2008, Ben Mabey <[EMAIL PROTECTED]> wrote: > > Hey Paolo, > This looks look. However, the story runner currently supports colorization. > You just need to pass in a --colour on the command line. > > -Ben Could you give me some sample syntax on how to achieve this please? Aidy _

Re: [rspec-users] Colorize story output

2008-07-07 Thread Paolo Donà
Wow cool, I feel so stupid now :-) So, after one hour in the closet I would ask: how to plug the growl stuff in? Paolo On Mon, Jul 7, 2008 at 8:34 PM, Ben Mabey <[EMAIL PROTECTED]> wrote: > Paolo Donà wrote: >> >> Hi guys, >> running large story files I started missing the red/green output of my

Re: [rspec-users] Colorize story output

2008-07-07 Thread Ben Mabey
Paolo Donà wrote: Hi guys, running large story files I started missing the red/green output of my specs. Thus I wrote a small script you can pipe the story output to, in order to 'colorize' it.. so instead of: $ ./stories/all.rb you

[rspec-users] Colorize story output

2008-07-07 Thread Paolo Donà
Hi guys, running large story files I started missing the red/green output of my specs. Thus I wrote a small scriptyou can pipe the story output to, in order to 'colorize' it.. so instead of: $ ./stories/all.rb you can say: $ ./stories/al