forked from connorshea/vscode-ruby-test-adapter
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
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
Reactions are currently unavailable