[cucumber] orphaned steps

Any good way to find all orphaned steps? That is, any steps that exist
that do not match any features?

Many thanks,

Tim

Any good way to find all orphaned steps? That is, any steps that exist
that do not match any features?

You can use RCov.

Aslak

On 26-feb-2009, at 6:11, Aslak Hellesøy wrote:

Any good way to find all orphaned steps? That is, any steps that
exist
that do not match any features?

You can use RCov.

Something like this’ll do the trick: gist:70747 · GitHub

cheers,
bartz

Hey thanks guys. Looks like that’ll work. Tim