features/reports/yaml.feature in reek-5.2.0 vs features/reports/yaml.feature in reek-5.3.0

- old
+ new

@@ -23,19 +23,19 @@ - 4 message: has the name 'x' smell_type: UncommunicativeMethodName source: smelly.rb name: x - documentation_link: https://github.com/troessner/reek/blob/v5.2.0/docs/Uncommunicative-Method-Name.md + documentation_link: https://github.com/troessner/reek/blob/v5.3.0/docs/Uncommunicative-Method-Name.md - context: Smelly#x lines: - 5 message: has the variable name 'y' smell_type: UncommunicativeVariableName source: smelly.rb name: y - documentation_link: https://github.com/troessner/reek/blob/v5.2.0/docs/Uncommunicative-Variable-Name.md + documentation_link: https://github.com/troessner/reek/blob/v5.3.0/docs/Uncommunicative-Variable-Name.md """ Scenario: Indicate smells and print them as yaml when using STDIN When I pass "class Turn; end" to reek --format yaml Then the exit status indicates smells @@ -46,7 +46,7 @@ source: "STDIN" context: Turn lines: - 1 message: has no descriptive comment - documentation_link: https://github.com/troessner/reek/blob/v5.2.0/docs/Irresponsible-Module.md + documentation_link: https://github.com/troessner/reek/blob/v5.3.0/docs/Irresponsible-Module.md """