We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83a70f commit 79e837eCopy full SHA for 79e837e
1 file changed
.vim/common_config/01_plugin_config.vim
@@ -222,8 +222,8 @@
222
call neobundle#end()
223
224
" Easy async RSpec running
225
- Bundle 'thoughtbot/vim-rspec'
226
- Bundle "git://github.com/tpope/vim-dispatch.git"
+ NeoBundle 'thoughtbot/vim-rspec'
+ NeoBundle "git://github.com/tpope/vim-dispatch.git"
227
let g:rspec_command = "Dispatch rspec --format=progress --no-profile {spec}"
228
nmap <Leader>rc :wa<CR> :call RunCurrentSpecFile()<CR>
229
nmap <Leader>rn :wa<CR> :call RunNearestSpec()<CR>
0 commit comments