-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add support for a config file #53
Comments
Thank you for the feedback! I like the idea. I'll put something together once I have some bandwidth. |
This one should be an easy addition for me to add. In the mean time a good alias would certainly be a decent workaround. |
Agreed. |
I have a WIP branch started for this issue. Hopefully will open a PR someday soon. |
@roberts1000, I've created a PR for this feature I badly need in production, so it's here - #92 Please take a look and let me know what do you think. |
This is a fantastic tool, but rather opinionated on the startup command.
It would be great if we could create a
.rspec_n
or the like and set our commands. For example, I find myself doing this:rspec_n 10 --no-file -s --order defined -c 'rm -rf tmp && bundle exec rspec
if we had a
.rspec_n
config file, we could do things like:Or something like that.
The text was updated successfully, but these errors were encountered: