Sha256: b047abda0ed06f8a7cbd44c0e8291c6bd3d2bd475cb20bfadcfa3e2a720d0c2b
Contents?: true
Size: 955 Bytes
Versions: 4
Compression:
Stored size: 955 Bytes
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
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
vim-jar-0.1.2.0001 | features/init.feature |
vim-jar-0.1.2 | features/init.feature |
vim-jar-0.1.1 | features/init.feature |
vim-jar-0.1.0 | features/init.feature |