Sha256: b6d9255d6f262f58029ef111c3108b6772705e8e28254a0e6a21c50f40dca9ea

Contents?: true

Size: 755 Bytes

Versions: 14

Compression:

Stored size: 755 Bytes

Contents

@typical_usage
Feature: Deploy Vim plugins to a non-standard directory
  In order to provide flexibility,
  as a lazy Vim user,
  I want to deploy Vim plugins to arbitrary place.

  Background:
    Given a repository "foo" with versions "1.0.0 1.0.1 1.0.2"

  Scenario: Install to specified vimfiles path which does not exist
    Given a flavorfile with:
      """ruby
      flavor '$foo_uri'
      """
    And a directory named "my-vimfiles" should not exist
    When I run `vim-flavor install --vimfiles-path=my-vimfiles`
    Then it should pass
    And a lockfile is created with:
      """
      $foo_uri (1.0.2)
      """
    And a bootstrap script is created in "my-vimfiles"
    And a flavor "$foo_uri" version "1.0.2" is deployed to "my-vimfiles"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
vim-flavor-2.2.2 features/typical_usage/deploy_to_arbitrary_place.feature
vim-flavor-2.2.1 features/typical_usage/deploy_to_arbitrary_place.feature
vim-flavor-2.2.0 features/typical_usage/deploy_to_arbitrary_place.feature
vim-flavor-2.1.1 features/typical_usage/deploy_to_arbitrary_place.feature
vim-flavor-2.1.0 features/typical_usage/deploy_to_arbitrary_place.feature
vim-flavor-2.0.0 features/typical_usage/deploy_to_arbitrary_place.feature
vim-flavor-1.1.5 features/typical_usage/deploy_to_arbitrary_place.feature
vim-flavor-1.1.4 features/typical_usage/deploy_to_arbitrary_place.feature
vim-flavor-1.1.3 features/typical_usage/deploy_to_arbitrary_place.feature
vim-flavor-1.1.2 features/typical_usage/deploy_to_arbitrary_place.feature
vim-flavor-1.1.1 features/typical_usage/deploy_to_arbitrary_place.feature
vim-flavor-1.1.0 features/typical_usage/deploy_to_arbitrary_place.feature
vim-flavor-1.0.3 features/typical_usage/deploy_to_arbitrary_place.feature
vim-flavor-1.0.2 features/typical_usage/deploy_to_arbitrary_place.feature