Some helpers for focused RSpec testruns. See this Railscast for more information.
There are currently two commands:
- AddFocusTag
- RemoveAllFocusTags
Use pathogen.vim
To make it more convenient, add some key bindings to your .vimrc
:
" vim-rspec-focus
:nnoremap <leader>t :AddFocusTag<CR>
:nnoremap <leader>r :RemoveAllFocusTags<CR>