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