features/command_line_interface/stdin.feature in reek-1.3.3 vs features/command_line_interface/stdin.feature in reek-1.3.4

- old
+ new

@@ -31,12 +31,12 @@ When I pass "class Turn; def y() @x = 3; end end" to reek Then the exit status indicates smells And it reports: """ $stdin -- 3 warnings: - Turn has no descriptive comment (IrresponsibleModule) - Turn has the variable name '@x' (UncommunicativeVariableName) - Turn#y has the name 'y' (UncommunicativeMethodName) + [1]:Turn has no descriptive comment (IrresponsibleModule) + [1]:Turn has the variable name '@x' (UncommunicativeVariableName) + [1]:Turn#y has the name 'y' (UncommunicativeMethodName) """ @stderr Scenario: syntax error causes the source to be ignored