r-cochran / cuke_sniffer

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

Mutually exclusive rules: no steps and out of order steps #97

Closed enkessler closed 7 years ago

enkessler commented 7 years ago

A scenario without any steps

@wip
Scenario: Foo

will trigger both the 'No steps in Scenario' rule (helpful) and the 'Scenario steps out of Given/When/Then order' (less helpful).