When writing tests it's easy to for get to change the test name when copy+paste a test. Ruby doesn't complain about this.
Investigate if it's possible to detect this by other means. Even if it's a trivial tests that only checks by scanning for def test_ methods in a file. (Maybe use Parser?)
When writing tests it's easy to for get to change the test name when copy+paste a test. Ruby doesn't complain about this.
Investigate if it's possible to detect this by other means. Even if it's a trivial tests that only checks by scanning for
def test_
methods in a file. (Maybe use Parser?)