From fdd614516448ea2f0af1b1007dbeb51d6c0fb6ac Mon Sep 17 00:00:00 2001 From: Andrew Thal Date: Sun, 21 Dec 2014 21:05:41 -0500 Subject: [PATCH] Fix vim-rspec configuration --- .vim/common_config/plugin_config.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vim/common_config/plugin_config.vim b/.vim/common_config/plugin_config.vim index 4bc2582d6..a82a760cc 100644 --- a/.vim/common_config/plugin_config.vim +++ b/.vim/common_config/plugin_config.vim @@ -154,6 +154,9 @@ Bundle 'thoughtbot/vim-rspec' map v :call RunCurrentSpecFile() map s :call RunNearestSpec() + let g:rspec_runner = "os_x_iterm" + let g:rspec_command = "!bundle exec rspec -f d -c {spec}" + " map l :call RunLastSpec() " surround for adding surround 'physics'