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.rb
I would like to run
spinach
for every.feature
file which includes:I have an empty array
.