Skip to content

hojberg/vest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vest

Simple vim test runner

install with pathogen

git submodule add git@github.com:hojberg/vest.git bundle/vest
git submodule init

Setup patterns and runners

let g:vest_runners = { 
  \ '_spec.rb': 'bundle exec rspec %', 
  \ '.feature': 'bundle exec rake cucumber FEATURE=%'
  \ }

Setup mapping:

nnoremap <leader>t :Vest<cr>

About

Simple vim test runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published