sporto / rails-go-to-spec-sublime

Sublime Text plug-in for jumping to Rails spec files
MIT License
30 stars 12 forks source link

Allow configuring spec base directory #17

Closed artfuldodger closed 7 years ago

artfuldodger commented 7 years ago

My specific use case is that all specs were put in "spec/test", e.g. "spec/tests/models/thing_spec.rb"

sporto commented 7 years ago

Hi, thanks for this. This looks fine to me but is a global setting right? Is it possible to have this setting per project?

artfuldodger commented 7 years ago

@sporto I think that per-project settings would override the global setting, but I'm honestly not sure. https://www.sublimetext.com/docs/3/settings.html

sporto commented 7 years ago

Ok thanks. Merging.