hi there,
you might wanna be insterest in this talk on Stories DD by webrat maintainer
at GoRuCo 2008 http://goruco2008.confreaks.com/01_helmkamp.html

there he hightlights the workflow like this:
1. Write scenario (yellow color)
2. Write steps matchers (red color)
3. Write code (green color)
4. refactor (even greener ;-))

and according to him you loop between 2 and 3, and you can even be a little
relaxed between 2 and 3 ( make a little of 3 to know what your page will
look like before 2)

check it out, its great
joaquin


2008/9/19 Jonathan Linowes <[EMAIL PROTECTED]>

> sometimes i do
> story => code => spec => (re)code => story step => (re)code => spec =>
> (re)code
> or whatever, but hey, thats just me...
> :)
>
>
>
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to