Skip to content

Commit

Permalink
get rid of unused testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Mar 5, 2012
1 parent a910b88 commit 03ed2bd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,3 @@ set wildignore+=*/.git/*
" set wildignore+=*/doc/*

au VimEnter * BundleInstall

func! s:assert_bundles() abort
for b in g:bundles
if (!isdirectory(b.path().'/.git/'))
throw b.name.' not installed'
endif
endfor
endf

call s:assert_bundles()

0 comments on commit 03ed2bd

Please sign in to comment.