You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
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?)The text was updated successfully, but these errors were encountered: