2011-12-13 10:21:42 +08:00
|
|
|
" Default to rspec 1. If you want
|
|
|
|
" rspec 2, set this to 'rspec'
|
|
|
|
let g:ruby_conque_rspec_command='spec'
|
2011-12-18 06:11:05 +08:00
|
|
|
|
|
|
|
" prevent auto insert mode, which is helpful when using conque
|
|
|
|
" term for running tests
|
|
|
|
"
|
|
|
|
autocmd WinEnter * stopinsert
|