Skip to content

unifieddialog/vim-rspec-focus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rspec-focus.vim

Some helpers for focused RSpec testruns. See this Railscast for more information.

Usage

There are currently two commands:

  • AddFocusTag
  • RemoveAllFocusTags

Installation

Use pathogen.vim

Key bindings

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>

About

Helpers for focused rspec testruns.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published