vscode-ruby-test-adapter icon indicating copy to clipboard operation
vscode-ruby-test-adapter copied to clipboard

Is it possible to use this with Spring to speed up RSpec tests?

Open ndbroadbent opened this issue 3 years ago • 0 comments

Your environment

  • vscode-ruby-test-adapter version: 0.9.1
  • Ruby version: 2.7.5
  • VS Code version: 1.73.1
  • Operating System: macOS
  • RSpec or Minitest version: RSpec 3.9.3

Expected behavior

I want to be able to run RSpec tests using Spring so that I don't have to load the full Rails environment each time

Actual behavior

Cannot use Spring with rdebug-ide.


Has anyone figured out how to do this? It's the one thing stopping me from being able to use VS Code as a proper IDE with built-in breakpoints, etc. I have to keep running RSpec from a terminal window because it's so much faster with Spring.

Thanks!

Related issues:

  • https://github.com/ruby-debug/ruby-debug-ide/issues/152
  • https://github.com/connorshea/vscode-ruby-test-adapter/issues/92

ndbroadbent avatar Nov 23 '22 23:11 ndbroadbent