Sha256: ab7dea6f3936b38794e18f04eb94fd7f3d0e4d39bc913e04ecc83279b2e792ba
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 KB
Contents
Feature: Init environment Scenario: There is no .vim folder Given There is not .vim folder in user home. When I run command "init" Then I should get there is no .vim folder error Scenario: There is no .vimrc Given There is not .vimrc file in .vim When I run command "init" Then I should get there is no .vimrc file error Scenario: .vim folder is not a git repo Given .vim and .vimrc Given .vim is not git repo When I run command "init" Then I should get .vim is not a git repo warning Scenario: .vim folder is not a git repo Given .vim and .vimrc Given .vim is not git repo When I run command "init" Then I should get .vim is not a git repo warning Scenario: there is not pathogen.vim in .vim/autoload Given .vim and .vimrc And .vim is git repo When I run command "init" Then I should get install pathogen notice And It should install pathogen for me Scenario: init BundleFile Given .vim and .vimrc And .vim is git repo When I run command "init" Then I should have initial BundleFile And It should get get BundleFile notice
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vimjar-0.3.1 | features/init.feature |
vimjar-0.3.0 | features/init.feature |