guard / guard-cucumber

Guard::Cucumber automatically run your features (much like autotest)
https://rubygems.org/gems/guard-cucumber
MIT License
86 stars 36 forks source link

Guardfile template changes for step_definitions #1

Closed charlotte-miller closed 13 years ago

charlotte-miller commented 13 years ago

Hey... great work on this library! I changed the Guardfile template to run only 'matching' features when a step_definition is updated. If there is no match, it runs all the features. This change should be helpful to anyone with a large/slow feature-set.

Cheers! Chip

rymai commented 13 years ago

Thanks, merged!