Skip to content

Can't run tests unless Gemfile is in project root #5

@Tabby

Description

@Tabby

If the Gemfile for the test suite to be run is not in the project root, the extension fails to find it and thus can't run any tests

We need to:

  • Add code to search for Gemfiles that are in a parent dir of the tests to be run, if it's not in the project root
  • Pass the relative path to the Gemfile to the subprocess handling code so that it can run in the working directory where the Gemfile is, but reports the correct URIs for tests relative to the workspace root

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions