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

Add tests #74

Closed soutaro closed 3 years ago

soutaro commented 3 years ago

This PR is to add tests for the rake tasks for minitest and the VS Code extension.

I added only tests for minitest, but it would be easy to add scripts for rspec and more. (I'm interested in supporting Test::Unit.)

This PR is an example on my fork to show you how CI results look like.