We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vscode-ruby-test-adapter
Test UI should show list of tests parsed from rspec folder
The only item on list is "C:"
When I run this under WSL, using path mounted from windows, then tests show up properly:
I believe it's due to splitting path via"/" which won't work on Windows.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your environment
vscode-ruby-test-adapter
version: v0.9.0Expected behavior
Test UI should show list of tests parsed from rspec folder
Actual behavior
The only item on list is "C:"
When I run this under WSL, using path mounted from windows, then tests show up properly:
I believe it's due to splitting path via"/" which won't work on Windows.
The text was updated successfully, but these errors were encountered: