Sha256: 9297e77407779c54d3ac42506d887d56ae3c32e21db39f7b02011a847339c997

Contents?: true

Size: 544 Bytes

Versions: 4

Compression:

Stored size: 544 Bytes

Contents

@active
Feature: Templates
  As a user, I should be able get pins from Pinboard
  and have them inherit certain templates.

  Scenario: Invalid API Key
    Given a file located at "/tmp/pp/.pinpress" with the contents:
    """
    ---
    pinpress:
      config_location: "/tmp/pp/.pinpress"
      default_pin_template: pinpress_default
      default_tag_template: pinpress_default
      log_level: WARN
      version: 1.1.1
      api_token: bachya:12345
    """
    When I run `pinpress pins` interactively
    Then the exit status should be 1

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pinpress-1.2.2 features/4.pins.feature
pinpress-1.2.1 features/4.pins.feature
pinpress-1.2.0 features/4.pins.feature
pinpress-1.1.2 features/4.pins.feature