Skip to content
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

Closed
noctivityinc opened this issue Jul 21, 2019 · 5 comments · Fixed by #99
Closed

Add support for a config file #53

noctivityinc opened this issue Jul 21, 2019 · 5 comments · Fixed by #99
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@noctivityinc
Copy link

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:

--no_file
-s 
--order defined
-c 'rm -rf tmp && bundle exec rspec`

Or something like that.

@roberts1000
Copy link
Owner

Thank you for the feedback! I like the idea. I'll put something together once I have some bandwidth.

@roberts1000 roberts1000 added the enhancement New feature or request label Jul 26, 2019
@joe-sharp
Copy link
Collaborator

joe-sharp commented Jan 14, 2020

This one should be an easy addition for me to add. In the mean time a good alias would certainly be a decent workaround.

@joe-sharp joe-sharp self-assigned this Jan 14, 2020
@roberts1000
Copy link
Owner

Agreed.

@joe-sharp
Copy link
Collaborator

I have a WIP branch started for this issue. Hopefully will open a PR someday soon.

@dimitrypo
Copy link
Contributor

@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.

@roberts1000 roberts1000 assigned dimitrypo and unassigned joe-sharp Aug 26, 2022
@roberts1000 roberts1000 added this to the Next Release milestone Aug 26, 2022
@roberts1000 roberts1000 changed the title Support for a config file Add support for a config file Aug 26, 2022
roberts1000 added a commit that referenced this issue Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants