Upgrade vim-vspec to 1.8.1 (#862)

This fixes some tests to make it work with the newer version.
This commit is contained in:
Daniel Hahler
2018-07-30 11:16:51 +02:00
committed by Dave Halter
parent 4c430ed536
commit e49638ffc8
7 changed files with 63 additions and 70 deletions

View File

@@ -5,9 +5,9 @@ import zipfile
import pytest
VSPEC_URL = 'https://github.com/kana/vim-vspec/archive/1.4.1.zip'
VSPEC_URL = 'https://github.com/kana/vim-vspec/archive/1.8.1.zip'
CACHE_FOLDER = 'build'
VSPEC_FOLDER = os.path.join(CACHE_FOLDER, 'vim-vspec-1.4.1')
VSPEC_FOLDER = os.path.join(CACHE_FOLDER, 'vim-vspec-1.8.1')
VSPEC_RUNNER = os.path.join(VSPEC_FOLDER, 'bin/vspec')
TEST_DIR = 'test'