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

Fix rspec tests by installing rspec Gemfile. #103

Closed connorshea closed 1 year ago

connorshea commented 1 year ago

The only reason this worked was because the default ruby/Gemfile specified the latest versions for rspec, but that broke after rspec 3.11 came out in February lol

So this fixes that. Unfortunately not all the CI jobs are passing yet, but this at least fixes part of the problem...

connorshea commented 1 year ago

Merging anyway since this at least fixes part of the problem. Will try to figure out why the "Ruby" part of CI is still failing in a bit.