Pregunta

I'm working on a collaborative Rails project and I'd like to make use of Thoughtbot's excellent vim-rspec gem in my own development environment without polluting the project's Gemfile (not many of the collaborators use Vim).

¿Fue útil?

Solución

vim.rspec recommends it is installed as a vundle. It isn't a gem but more of a plugin.

There are instructions to install vundle on the homepage. If you install it locally outside of the rails project it won't affect your collaborators.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top