Sha256: 6a0453fd44fae38377b47a43146e77581080cbe4cc04980b942b450a79f8921c

Contents?: true

Size: 478 Bytes

Versions: 5

Compression:

Stored size: 478 Bytes

Contents

Feature: List installed vim script

  As a vimpack user
  I want to list installed vim script
  So I know what I am working with

  Scenario: List installed vim scripts
    Given an initialized vimpack in "test_vimpack"
     And "rails.vim" is already installed
     And "railscasts" is already installed
    When I run `vimpack -e development list`
    Then the stdout should contain:
      """
      rails.vim
      railscasts
      """
      And the exit status should be 0

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vimpack-0.0.4 features/commands/list.feature
vimpack-0.0.3 features/commands/list.feature
vimpack-0.0.2 features/commands/list.feature
vimpack-0.0.1.1 features/commands/list.feature
vimpack-0.0.1 features/commands/list.feature