From 68e910d3018e714afc880154875003242eb844d5 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 19 Feb 2018 22:43:11 +0100 Subject: 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. --- projects/af83.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects') 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 Ouibus the socle commun -- cgit v1.2.3