On 8/28/06, David Chelimsky <dchelimsky at gmail.com>
wrote:> All,
>
> One of the things I learned when I started to do TDD was that you
> should write enough tests to give you the courage to move forward. For
> some, that results in more tests than others.
>
> In approaching BDD, my initial thinking was to write examples for all
> of the possible behaviours in every context. I''ve had a change of
> thinking on this. Please check out my blog on it and let me know your
> thoughts (here or there).
>
> http://butunclebob.com/ArticleS.DavidChelimsky.SpecOrganization
>
> Thanks,
> David
PS - if you check out the trunk, examples/stack_spec.rb now reflects
this thinking.