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
___
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
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