Skip to content

Improve minitest detection accuracy #768

@andyw8

Description

@andyw8

Currently we check for direct dependencies matching /^minitest/ to determine how to run tests. On a Rails app, it's common to use the minitest-reporters gem, but if ruby-lsp-rails is in use then we would want to use its (upcoming) test runner, rather than the default. Therefore we should change Ruby LSP to match exactly on /^minitest$/.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions