Re: [rspec-users] test

2008-02-15 Thread Colin Campbell-McPherson
Now implement and refractor and you're correctly doing BDD. On 16/02/2008, at 12:11 AM, [EMAIL PROTECTED] wrote: > test > ___ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users ___

Re: [rspec-users] specdoc and taskpaper

2008-02-14 Thread Colin Campbell-McPherson
I use task paper and love it. Definitely the fastest way to throw in todo items. I wouldn't call the format yaml-ish though. Here's an example: This is a project: - This is a task @done - Another Task @context Another Project: - Task again

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