From e2e3804c849d18b856fd3469f51d7bd838532c80 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Sun, 15 Apr 2012 13:04:27 -0700 Subject: [PATCH] Remove hardcoding to use rspec1. The plugin will determine which one you have --- vim/plugin/settings/vim-ruby-conque.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vim/plugin/settings/vim-ruby-conque.vim b/vim/plugin/settings/vim-ruby-conque.vim index c46c3144..28296625 100644 --- a/vim/plugin/settings/vim-ruby-conque.vim +++ b/vim/plugin/settings/vim-ruby-conque.vim @@ -1,7 +1,3 @@ -" Default to rspec 1. If you want -" rspec 2, set this to 'rspec' -let g:ruby_conque_rspec_command='spec' - " prevent auto insert mode, which is helpful when using conque " term for running tests "