features/command_line_interface/stdin.feature in reek-4.5.6 vs features/command_line_interface/stdin.feature in reek-4.6.0
- old
+ new
@@ -33,7 +33,7 @@
"""
Scenario: syntax error causes the source to be ignored
When I pass "= invalid syntax =" to reek
Then it reports a parsing error
- Then it succeeds
+ And the exit status indicates an error
And it reports nothing