File: show.feature

package info (click to toggle)
vim-addon-manager 0.5.10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, buster
  • size: 312 kB
  • sloc: ruby: 970; makefile: 15; sh: 7
file content (8 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
Feature: showing addons

  Scenario: showing foo
    When I run `vim-addons show foo`
    Then vim-addons must output "Addon: foo"
    And  vim-addons must output "Description:.*"
    And  vim-addons must output " - syntax/foo.vim"
    And  vim-addons must output " - ftplugin/foo.vim"