diff options
author | Teddy Wing | 2018-02-19 22:43:11 +0100 |
---|---|---|
committer | Teddy Wing | 2018-02-19 22:43:11 +0100 |
commit | 68e910d3018e714afc880154875003242eb844d5 (patch) | |
tree | 76abdceff33511d647467ef48288cd003326291e /projects/af83.vim | |
parent | 29481da4c0c0b85f42b6df0377fdbffb12ab2615 (diff) | |
download | dotvim-68e910d3018e714afc880154875003242eb844d5.tar.bz2 |
projects/af83.vim: Add `NO_RCOV=1` to `g:rspec_command`
Speed up tests by disabling the test coverage report generator using the
STIF project's custom environment variable flag.
Diffstat (limited to 'projects/af83.vim')
-rw-r--r-- | projects/af83.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/af83.vim b/projects/af83.vim index 8102173..21a450d 100644 --- a/projects/af83.vim +++ b/projects/af83.vim @@ -6,7 +6,7 @@ augroup af83 \ let g:pick_command = "ag -l -a -p './.agignore' -g ''" autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AF83/* - \ let g:rspec_command = "!bundle exec spring rspec {spec}" + \ let g:rspec_command = "!NO_RCOV=1 bundle exec spring rspec {spec}" autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AF83/**/.git/{COMMIT_EDIT,TAG_EDIT,MERGE_,}MSG \ inoreabbrev <buffer> Ouibus the socle commun |