features/command_line_interface/stdin.feature in reek-1.6.6 vs features/command_line_interface/stdin.feature in reek-2.0.0
- old
+ new
@@ -10,10 +10,10 @@
And it reports:
"""
"""
Scenario: outputs nothing on empty stdin
- When I pass "" to reek --quiet
+ When I pass "" to reek
Then it succeeds
And stdout equals ""
Scenario: outputs header only on empty stdin in verbose mode
When I pass "" to reek -V