From 12bc2ea1da58449c062d7a65772b745c47fabbdb Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 21 Nov 2014 01:06:17 +0900 Subject: [PATCH] Fix some test code --- test/workflow.vader | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/workflow.vader b/test/workflow.vader index 5afe275..e5ced79 100644 --- a/test/workflow.vader +++ b/test/workflow.vader @@ -452,6 +452,7 @@ Execute (Plug block for following tests): call plug#end() " Remove plugins from previous tests PlugClean! + q Execute (PlugInstall will only install vim-easy-align): PlugInstall @@ -620,6 +621,7 @@ Execute (Cleanup): call plug#begin() call plug#end() PlugClean! + q Execute (On install): call plug#begin() @@ -1075,6 +1077,7 @@ Execute (PlugSnapshot): Plug 'junegunn/seoul256.vim' call plug#end() + PlugClean! PlugInstall PlugSnapshot AssertEqual '#!/bin/bash', getline(1)