DRY quitting vim after each test.

This commit is contained in:
Andy Stewart
2014-11-13 14:28:48 +01:00
parent b9f4173f7c
commit 4ad4c97bb2
8 changed files with 1 additions and 16 deletions

View File

@@ -16,8 +16,6 @@ source helper.vim
call Setup()
" test code here
quit!
```
- Run the tests.