Re: [rspec-users] cucumber/rails tutorial #2

2008-12-29 Thread Sarah Allen
Tim Walker wrote: > Question: In your quest for BDD nirvana have you broached the subject > of setup/teardown and reuse of Setup code? Matt Wynne has a good blog post about re-using steps in cucumber: http://blog.mattwynne.net/2008/11/14/dry-up-your-cucumber-steps/ > What is a clean way of estab

Re: [rspec-users] cucumber/rails tutorial #2

2008-12-29 Thread Tim Walker
This is outstanding work and very useful, very nice. Question: In your quest for BDD nirvana have you broached the subject of setup/teardown and reuse of Setup code? What is a clean way of establishing a complex baseline state before operating on it with a suite of cucumber tests and without dupl

[rspec-users] cucumber/rails tutorial #2

2008-12-29 Thread Sarah Allen
I thought you all might be interested in my second tutorial: http://www.ultrasaurus.com/code/2008/12/rails-2-day-4-rcov-and-bdd.html It covers more webrat plus a trickier delete scenario, based on a previous thread: http://www.ruby-forum.com/topic/171269 I also tried to follow Matt Wynne's refact