r-cochran / cuke_sniffer

A ruby library used to root out smells in your cukes.
MIT License
44 stars 28 forks source link

Rule suggestion: Background opportunity #108

Open enkessler opened 7 years ago

enkessler commented 7 years ago

Similar to how there is a rule that checks for the same tag being present on every scenario (which suggests adding the tag to the feature instead), there could be a rule that checks for the same starting steps being used for every scenario (that could suggest refactoring them out into a Background).