Skip to content

Instantly share code, notes, and snippets.

@kota
Created April 26, 2012 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kota/2498866 to your computer and use it in GitHub Desktop.
Save kota/2498866 to your computer and use it in GitHub Desktop.
run editing rspec file with speficic line number.
function! RunSpecOnSpecificLine()
execute '! rake spec SPEC='.expand('%:p').':'.line(".")
endfunction
command! LSpec :call RunSpecOnSpecificLine()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment