-
-
Notifications
You must be signed in to change notification settings - Fork 759
support a .rspec-local file #599
Comments
Couldn't they add whatever is in the .rspec file to |
That could work, but the trick is that |
+1. Currently we keep a non-dot file, |
I wouldn't mind this feature being added, but in the meantime, now that <%= local = Pathname('.rspec-local'); local.read if local.exist? %> to have the contents of my |
I'll work on this if nobody else is. |
Closed by #714 |
RSpec should load a local .rspec-local (name up for grabs) file if present, and it should override anything in .rspec, but not override whatever is on the command line.
This would allow dev teams to check .rspec into source control with config options everybody agrees on, but let individual developers add config options they prefer as well.
The text was updated successfully, but these errors were encountered: