File: install.feature

package info (click to toggle)
vim-addon-manager 0.5.11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: ruby: 970; makefile: 15; javascript: 10; sh: 7
file content (17 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Feature: installing addons

  Scenario: installing foo
    When I run `vim-addons install foo`
    Then foo should be installed

  Scenario: unknown addons
    When I run `vim-addons install addonthatdoesnotexist`
    Then vim-addons should warn "Ignoring unknown addons: addonthatdoesnotexist"

  Scenario: installing newstyle
    When I run `vim-addons install newstyle`
    Then newstyle should be installed

  Scenario: addon with documentation
    When I run `vim-addons install withdoc`
    Then the documentation should be indexed