Sha256: 9db20f3333e2aaf8fc76722efa59e826a85a9ce640c6cc5d8316e2e15eb5bf71
Contents?: true
Size: 691 Bytes
Versions: 2
Compression:
Stored size: 691 Bytes
Contents
Feature: Setup Scenario: Run without .vimmer directory Given no directory named ".vimmer" When I successfully run "vimmer install 'https://github.com/tpope/vim-awesomemofo.git'" Then a directory named ".vimmer" should exist And the file ".vimmer/config" should contain "bundle_path: ~/.vim/bundle" Scenario: Run with .vimmer directory (doesn't overwrite) Given a directory named ".vimmer" And a file named ".vimmer/config" with: """ bundle_path: ~/.vim/custom_bundle """ When I successfully run "vimmer install 'https://github.com/tpope/vim-awesomemofo.git'" Then the file ".vimmer/config" should contain "bundle_path: ~/.vim/custom_bundle"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vimmer-0.2.0 | features/setup.feature |
vimmer-0.1.0 | features/setup.feature |