I''m starting a new project which I would like to use as a learning opportunity for BDD. I''ve searched through the archives of this list for past pointers on web sites and books to peruse but I haven''t found very many suggestions on good projects "in the wild" which put BDD on display. I''m hoping this thread can change that minor oversight. Please post your suggestions for ruby projects (or projects in other languages) that are good examples of BDD in action. I learn best by example; this thread is for all the other lurkers who do too. cr
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 of the challenge. At the moment I''ve got it running with rspec and autotest, also using the haml plugin. Checkout http://svn.nightlite.org/applications/cody/trunk/ if you like. I''m open to including others in the development. On 13/02/2008, at 10:48 PM, Chuck Remes wrote:> I''m starting a new project which I would like to use as a learning > opportunity for BDD. I''ve searched through the archives of this list > for past pointers on web sites and books to peruse but I haven''t found > very many suggestions on good projects "in the wild" which put BDD on > display. > > I''m hoping this thread can change that minor oversight. > > Please post your suggestions for ruby projects (or projects in other > languages) that are good examples of BDD in action. I learn best by > example; this thread is for all the other lurkers who do too. > > cr > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080213/829ee261/attachment.html
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 searched through the archives of this list > for past pointers on web sites and books to peruse but I haven''t found > very many suggestions on good projects "in the wild" which put BDD on > display. > > I''m hoping this thread can change that minor oversight. > > Please post your suggestions for ruby projects (or projects in other > languages) that are good examples of BDD in action. I learn best by > example; this thread is for all the other lurkers who do too. > > cr > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > >-- View this message in context: http://www.nabble.com/need-to-learn-by-example-tp15458745p15500392.html Sent from the rspec-users mailing list archive at Nabble.com.
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 rspec wiki (if there is one). cr