Sha256: ac0cef620238d41533dacb4bc5ad591ebb895bae930862ebfdef3846783c7db5

Contents?: true

Size: 890 Bytes

Versions: 3

Compression:

Stored size: 890 Bytes

Contents

@active
Feature: Templates
  As a user, I should be able to list available
  templates and choose one.

  Scenario: List Templates (implicit)
    Given an existing current configuration file located at "/tmp/pp/.pinpress"
    When I run `pinpress templates` interactively
    Then the exit status should be 0
      And the output should contain:
      """
      ---> AVAILABLE PIN TEMPLATES:
      # 1. pinpress_default
      ---> AVAILABLE TAG TEMPLATES:
      # 1. pinpress_default
      """

  Scenario: List Templates (explicit)
    Given an existing current configuration file located at "/tmp/pp/.pinpress"
    When I run `pinpress templates list` interactively
    Then the exit status should be 0
      And the output should contain:
      """
      ---> AVAILABLE PIN TEMPLATES:
      # 1. pinpress_default
      ---> AVAILABLE TAG TEMPLATES:
      # 1. pinpress_default
      """

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pinpress-1.3.2 features/3.templates.feature
pinpress-1.3.0 features/3.templates.feature
pinpress-1.2.3 features/3.templates.feature