vscode-run-rspec-file
vscode-run-rspec-file copied to clipboard
Run RSpec Extension for Visual Studio Code (vscode) https://marketplace.visualstudio.com/items?itemName=thadeu.vscode-run-rspec-file
Note: I'm not sure if this is possible, as I'm quite new to VS Code. Is there a way that the rspec command runs on an existing (open) terminal? Maybe...
When I working I will open on the editor all the relevant spec files to the task at hand. Would be good to run a command that runs all the...
Hi :) Thx fot this extension ! I have a makefile that helps me to handle commands in my docker containers, ex: ``` # Usage: make rspec file=spec/models/user_spec.rb rspec: docker-compose...
In our application we have packs and sometimes we colocate specs inside them. For example, we have the feature spec `packs/test_results/spec/features/review_results_spec.rb`, but when running it with the extension it tries...
This PR resolve some issues created by community. - fix: specPath to resolve correctly path - fix: inversePath to resolve correctly path Issues: #36
Has anyone been able to use this extension in Cursor? The shortcuts cmd+alt+l and cmd+l are not working for me and i cant find the place to edit them. Thank...