-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: run spec for all open spec files #20
Comments
Interesting... do you need this yet? |
I would love this feature. Was lamenting the lack only last week when refactoring some spec helpers and having to run affected files individually. We have a very large monolith and running all specs takes over an hour locally. (We run massively parallel in CI) |
@Osseta Cool! I'll work today in this feature. I hope release coming soon. The ideia will be: All open files with |
@Osseta v0.5.27 Contains this features, use |
This is working perfectly 💯 . Thank you so much. |
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 spec files currently open in the editor rather than running each one by one.
if I have the following files open in vscode:
Running the command would execute:
bundle exec rspec --color spec/models/widget_spec.rb spec/controllers/widget_controller_spec.rb
The text was updated successfully, but these errors were encountered: