Last Updated: February 25, 2016
·
1.882K
· bmccoelho

find unused cucumber steps definitions

> bundle exec cucumber --dry-run -f stepdefs

Will print 'NOT MATCHED BY ANY STEPS' for unused steps.

run without dry-run if you have steps that use other steps.