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

Better test hierarchy #10

Closed connorshea closed 5 years ago

connorshea commented 5 years ago

Fixes #7. Now tests are organized based on their parent directory.

Screen Shot 2019-05-11 at 4 40 25 PM

This also adds handling for RSpec errors when trying to load the suite.