features/reports/yaml.feature in reek-6.0.0 vs features/reports/yaml.feature in reek-6.0.1
- 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/v6.0.0/docs/Uncommunicative-Method-Name.md
+ documentation_link: https://github.com/troessner/reek/blob/v6.0.1/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/v6.0.0/docs/Uncommunicative-Variable-Name.md
+ documentation_link: https://github.com/troessner/reek/blob/v6.0.1/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/v6.0.0/docs/Irresponsible-Module.md
+ documentation_link: https://github.com/troessner/reek/blob/v6.0.1/docs/Irresponsible-Module.md
"""