[rspec-users] any way to have a different SOUND from growl for a 'pass' rather than a 'fail' when using "./script/autospec" ???

2008-11-08 Thread Greg Hauptmann
Hi, Is there any way to have a different SOUND from growl for a 'pass' rather than a 'fail' when using "./script/autospec" ??? thanks ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] [Cucumber] The User Story File

2008-11-08 Thread Matt Wynne
On 8 Nov 2008, at 17:33, Josh Knowles wrote: On Fri, Nov 7, 2008 at 9:30 PM, David Chelimsky <[EMAIL PROTECTED]> wrote: Next step Write a post commit hook to fire a message off to your build machine and have it run all the scenarios and email you the results. Sometimes everything will

Re: [rspec-users] [Cucumber] The User Story File

2008-11-08 Thread Josh Knowles
On Fri, Nov 7, 2008 at 9:30 PM, David Chelimsky <[EMAIL PROTECTED]> wrote: > Next step > > Write a post commit hook to fire a message off to your build machine > and have it run all the scenarios and email you the results. Sometimes > everything will just pass. Sometimes you'll know you have n

Re: [rspec-users] [Cucumber] The User Story File

2008-11-08 Thread Matt Wynne
On 8 Nov 2008, at 02:30, David Chelimsky wrote: On Fri, Nov 7, 2008 at 8:53 PM, Josh Knowles <[EMAIL PROTECTED]> wrote: Next step Write a post commit hook to fire a message off to your build machine and have it run all the scenarios and email you the results. Sometimes everything will jus

Re: [rspec-users] Sharing the little dialects we write in Cucumber

2008-11-08 Thread Matt Wynne
On 8 Nov 2008, at 11:22, aslak hellesoy wrote: On Sat, Nov 8, 2008 at 11:01 AM, Matt Wynne <[EMAIL PROTECTED]> wrote: The common_webrat.rb steps file that comes with cucumber when you add it to rails really inspired our team. We've extended it a fair bit to do various other things to check

Re: [rspec-users] [Cucumber] The User Story File

2008-11-08 Thread Joseph Wilk
On Sat, Nov 8, 2008 at 2:30 AM, David Chelimsky <[EMAIL PROTECTED]>wrote: > On Fri, Nov 7, 2008 at 8:53 PM, Josh Knowles <[EMAIL PROTECTED]> > wrote: > > On Fri, Nov 7, 2008 at 9:24 AM, aidy lewis <[EMAIL PROTECTED]> > wrote: > >> The customer is not happy about writing Stories in a text editor. >

Re: [rspec-users] Sharing the little dialects we write in Cucumber

2008-11-08 Thread aslak hellesoy
On Sat, Nov 8, 2008 at 11:01 AM, Matt Wynne <[EMAIL PROTECTED]> wrote: > The common_webrat.rb steps file that comes with cucumber when you add it to > rails really inspired our team. > > We've extended it a fair bit to do various other things to check the content > of a page such as [1] which enabl

Re: [rspec-users] Sharing the little dialects we write in Cucumber

2008-11-08 Thread Pau Cor
Matt Wynne wrote: > What do people think? Is this stuff so trivially easy to other people > that they prefer just to write it from scratch? I think that sharing these will be a really good way to help people learning Cucumber write better features and steps. Writing cucumber features that pass i

[rspec-users] Sharing the little dialects we write in Cucumber

2008-11-08 Thread Matt Wynne
The common_webrat.rb steps file that comes with cucumber when you add it to rails really inspired our team. We've extended it a fair bit to do various other things to check the content of a page such as [1] which enable us to write steps like this: Then I should see the text "dave"

Re: [rspec-users] should_raise ain't workin' with the `spec` command

2008-11-08 Thread David Beckwith
I am feeling pretty hip with: spec -O spec/spec.opts spec/tokyo_record_spec.rb D :) On Nov 8, 12:01 am, David Beckwith <[EMAIL PROTECTED]> wrote: > awesome.  thank you.  that helps a lot. > David ;) > > On Nov 7, 11:22 pm, Matt Wynne <[EMAIL PROTECTED]> wrote: > > > On 8 Nov 2008, at 06:29, Dav

Re: [rspec-users] should_raise ain't workin' with the `spec` command

2008-11-08 Thread David Beckwith
I'm feeling pretty hip now with: spec -O spec/spec.opts spec/tokyo_record_spec.rb David :) On Nov 7, 11:22 pm, Matt Wynne <[EMAIL PROTECTED]> wrote: > On 8 Nov 2008, at 06:29, David Beckwith wrote: > > > > > Hello my fellow RSpeckers, > > > I am using the spec command like this: > > >          

Re: [rspec-users] should_raise ain't workin' with the `spec` command

2008-11-08 Thread David Beckwith
awesome. thank you. that helps a lot. David ;) On Nov 7, 11:22 pm, Matt Wynne <[EMAIL PROTECTED]> wrote: > On 8 Nov 2008, at 06:29, David Beckwith wrote: > > > > > Hello my fellow RSpeckers, > > > I am using the spec command like this: > > >                spec tokyo_record_spec.rb > > > And th