connorshea / vscode-ruby-test-adapter

A Ruby test adapter extension for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-ruby-test-adapter
MIT License
85 stars 52 forks source link

Use default rspec pattern to enumerate tests #115

Closed naveg closed 1 year ago

naveg commented 1 year ago

Notably, this pattern follows symlinks.

See https://relishapp.com/rspec/rspec-core/v/3-12/docs/command-line/pattern-option

naveg commented 1 year ago

@connorshea any chance we could get this one merged and released? We work with a large codebase that makes significant use of symlinks.

90 also works with symlinks, but it seems like that branch might still be some time away from landing

connorshea commented 1 year ago

Yep, I can do that.

connorshea commented 1 year ago

New release published, 0.9.2. Thanks for the fix!