Domanda

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

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top