[rspec-users] [Cucumber] Struggling with "multiple step definitions"
Fernando Perez
lists at ruby-forum.com
Sat Jan 17 17:49:45 EST 2009
Bart Zonneveld wrote:
> Hey gang,
>
> Multiple step definitions
That's because you have defined more than once a step, so instead of
defining the same step for each feature, group step definitions by
resource / domain concept / model / whatever-you-call-it for instance.
here is a good documentation:
http://wiki.github.com/aslakhellesoy/cucumber/step-organisation
--
On demand video training for distance learners: http://www.digiprof.fr
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list