When changing Spinach step defined in a Spinach steps file, it is useful to run all those features which use that step.
e.g:
I have
step 'I have an empty array' do..defined in
features/steps/test_how_spinach_works.rbI would like to run
spinachfor every.featurefile which includes:I have an empty array.