Re: [rspec-users] need to learn by example

2008-02-15 Thread Chuck Remes
On Feb 15, 2008, at 8:14 AM, Kiran1009 wrote: > > Hi, > > This is most USEFUL... > > http://www.oreillynet.com/pub/a/ruby/2007/08/09/behavior-driven-development-using-ruby-part-1.html > > Check this out... Excellent pointer!! Thank you. I'll see if this series of articles can be added to an rs

Re: [rspec-users] need to learn by example

2008-02-15 Thread Kiran1009
Hi, This is most USEFUL... http://www.oreillynet.com/pub/a/ruby/2007/08/09/behavior-driven-development-using-ruby-part-1.html Check this out... Thanks&Regards. Kiran. Chuck Remes-3 wrote: > > I'm starting a new project which I would like to use as a learning > opportunity for BDD. I've s

Re: [rspec-users] need to learn by example

2008-02-13 Thread Colin Campbell-McPherson
I've just started a small rails project to test out BDD. It's a code golf application. Code golf is, for my money, the geekiest game out there. You set a challenge and users submit snippets of code. The winner is the person who submits the smallest piece of code that meets the requirements