Sha256: 6d8b5d0f266c6869b3f18d77044628db1c57f05ac7f4c2dc71639925f6d7e131

Contents?: true

Size: 770 Bytes

Versions: 2

Compression:

Stored size: 770 Bytes

Contents

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_template: pinpress_default
      log_level: WARN
      version: 1.0.1
      api_token: '12345'
    templates:
    - name: pinpress_default
      opener: "<ul>"
      item: "<li><b><a title=\"<%= description %>\" href=\"<%= href %>\" target=\"_blank\"><%=
        description %></a>.</b> <%= extended %></li>"
      closer: "</ul>"
    - name: secondary
      item: "* <%= href %>"
    """
    When I run `pinpress pins` interactively
    Then the exit status should be 1

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pinpress-1.0.2 features/4.pins.feature
pinpress-1.0.1 features/4.pins.feature