Question

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

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top