show vim version

This commit is contained in:
David Halter
2013-08-22 21:34:57 +04:30
parent 23d7b99f96
commit c6de6c3425
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ class IntegrationTestFile(object):
def pytest_configure(config):
print(subprocess.check_output(['vim', '--version']))
if not os.path.isdir(CACHE_FOLDER):
os.mkdir(CACHE_FOLDER)

View File

@@ -14,7 +14,7 @@ describe '...'
end
it 'blub'
Expect range(1) == [1]
Expect range(1) == [0]
end
it 'bla'