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

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top