Skip to content

Commit

Permalink
Fix vim-rspec configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
athal7 committed Dec 22, 2014
1 parent 8a394b8 commit fdd6145
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vim/common_config/plugin_config.vim
Expand Up @@ -154,6 +154,9 @@
Bundle 'thoughtbot/vim-rspec'
map <Leader>v :call RunCurrentSpecFile()<CR>
map <Leader>s :call RunNearestSpec()<CR>
let g:rspec_runner = "os_x_iterm"
let g:rspec_command = "!bundle exec rspec -f d -c {spec}"

" map <Leader>l :call RunLastSpec()<CR>

" surround for adding surround 'physics'
Expand Down

0 comments on commit fdd6145

Please sign in to comment.