File: remove.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 (11 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
Feature: removing addons

  Scenario: removing foo
    Given foo is installed
    When I run `vim-addons remove foo`
    Then foo should not be installed anymore

  Scenario: removing newstyle
    Given newstyle is installed
    When I run `vim-addons remove newstyle`
    Then newstyle should not be installed anymore