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
83 stars 50 forks source link

shared examples are shown as their own test files rather than inline in included test. #108

Open michaelglass opened 1 year ago

michaelglass commented 1 year ago

Your environment

Expected behavior

In a test file with shared examples loaded from another file, shared examples results should be shown inline when I execute the "run tests in current file" or "run tests at the current position" triggers.

Actual behavior

Shared example results are shown in the shared_example file (not inline).

CleanShot 2022-11-02 at 11 34 43@2x