Skip to content

Detect and warn about duplicate test methods #207

@thomthom

Description

@thomthom

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions