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

Show warnings when unknown options are given #31

Open e2 opened 8 years ago

e2 commented 8 years ago

Actual

If I pass an outdated option to guard-cucumber and I get no feedback (warning/error).

Expected

If I pass an outdated option to guard-cucumber, I should get a warning at least.

todd-a-jacobs commented 5 years ago

@e2 Can you provide a specific example? Or better yet, a failing spec for your issue?