From 2c15e0f0904867b751b6a9fa72faeba1535cff0c Mon Sep 17 00:00:00 2001 From: "Katherine G. Pe" Date: Sun, 5 Jul 2015 18:17:50 +0800 Subject: [PATCH] Use correct RSpec.vim repo --- vim/vundles/ruby.vundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vundles/ruby.vundle b/vim/vundles/ruby.vundle index 68e2b7a..f0c7bc8 100644 --- a/vim/vundles/ruby.vundle +++ b/vim/vundles/ruby.vundle @@ -3,7 +3,7 @@ Bundle "tpope/vim-rails.git" Bundle "tpope/vim-rake.git" Bundle "tpope/vim-rvm.git" Bundle "vim-ruby/vim-ruby.git" -Bundle "Keithbsmiley/rspec.vim" +Bundle "keith/rspec.vim" Bundle "skwp/vim-iterm-rspec" Bundle "skwp/vim-spec-finder" Bundle "ck3g/vim-change-hash-syntax"