Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect and warn about duplicate test methods #207

Open
thomthom opened this issue May 20, 2022 · 0 comments
Open

Detect and warn about duplicate test methods #207

thomthom opened this issue May 20, 2022 · 0 comments

Comments

@thomthom
Copy link
Member

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?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant