We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c520dab commit ea73457Copy full SHA for ea73457
1 file changed
.vim/common_config/01_plugin_config.vim
@@ -22,7 +22,6 @@ let mapleader = ','
22
NeoBundle 'vim-scripts/ruby-matchit'
23
NeoBundle 'tpope/vim-abolish'
24
NeoBundle 'airblade/vim-gitgutter'
25
- NeoBundle 'scrooloose/nerdcommenter'
26
NeoBundle 'scssquatch/vim-css-color'
27
NeoBundle 'tpope/vim-sleuth'
28
@@ -208,7 +207,7 @@ let mapleader = ','
208
207
" Easy async RSpec running
209
NeoBundle 'thoughtbot/vim-rspec'
210
NeoBundle 'tpope/vim-dispatch'
211
- let g:rspec_command = 'Dispatch rspec --format=progress --no-profile {spec}'
+ let g:rspec_command = 'bundle exec rspec --format=progress --no-profile {spec}'
212
nmap <Leader>rc :wa<CR> :call RunCurrentSpecFile()<CR>
213
nmap <Leader>rn :wa<CR> :call RunNearestSpec()<CR>
214
nmap <Leader>rl :wa<CR> :call RunLastSpec()<CR>
0 commit comments