Skip to content

Commit

Permalink
[vimrc] Run rspec with Spring instead of Zeus
Browse files Browse the repository at this point in the history
  • Loading branch information
apraditya committed Apr 8, 2016
1 parent e8b51d1 commit c26954d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -197,7 +197,7 @@ map <Leader>ss :call RunNearestSpec()<CR>
map <Leader>sl :call RunLastSpec()<CR>
map <Leader>sa :call RunAllSpecs()<CR>
let g:rspec_command = "compiler rspec | set makeprg=zeus | Make rspec {spec}"
let g:rspec_command = "Dispatch bin/rspec {spec}"
let g:rspec_runner = "os_x_iterm2"

" Hide search highlighting
Expand Down

0 comments on commit c26954d

Please sign in to comment.