Pergunta

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

Foi útil?

Solução

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 em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top