ruby-lsp-rspec
ruby-lsp-rspec copied to clipboard
A Ruby LSP addon for RSpec tests
Hello is it possible to run in a project with docker? In my case I'd need just to add this to the beginning of command: `dc-test run --rm api bin/rspec...
In a terminal, running: `bundle exec rspec` runs all my tests in `./spec` and they all pass. In the Testing pane of VS Code, I run some tests and they...
One of the most challenging things about working with Rspec tests that have been written in a subject-let-fixture style is tracking down the definitions of subjects and lets -- especially...
Great work with this! I'd love to get it working fully for my project in VS Code. My project uses `spring` to reload the development environment on code changes. When...
First off, great work on this extension. It was really nice to be able to install it and have it "just work". There is one thing that's not working great,...
First off. Thanks for this gem, it's working great! I think I'd expect to see all my tests in the Text Explorer view, but instead I only see tests which...
I'm trying to figure out if I can provide some arguments or change the load path of the rspec command that is run from the code lens annotations. Details: I...
Sample terminal output ```shell bundle exec bin/rspec /Users/seb/Code/path space/spec/autocomplete/test_spec.rb:8 An error occurred while loading /Users/seb/Code/path space/spec/autocomplete/test_spec.rb:8. Failure/Error: describe View do context 'when sending classes to parent container' do ... NoMethodError:...
Would it be possible to disable the "Run | Run In Terminal | Debug" decorations the extension adds? I find them a little intrusive when scanning spec files. I execute...
Hello Stan Thank you for showing me your extension at RubyKaigi. There's a significant time gap between the "Run" and "Run in terminal". It looks like the entire app restart...