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

Add automated tests for extension's RSpec behavior #76

Closed connorshea closed 3 years ago

connorshea commented 3 years ago

Based on #74, this adds tests for RSpec specifically. Mostly copy-pasted from minitest's tests and then modified accordingly.