I\'m new to cucumber, but enjoying it.
I\'m currently writing some Frank tests, and would like to reuse blocks of cucumber script across multiple features - I\'d lik
A better approach is suggested to use ruby level "methods" to code reuse instead of nested steps from code maintenance and debugging perspective.
Here is the link to more detail: Reuse Cucumber steps