Sha256: 3b9b38d17a7f61e04327dd678acd276633c76203224e839eb9d5f8118d60ecc3

Contents?: true

Size: 770 Bytes

Versions: 1

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.0
      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

1 entries across 1 versions & 1 rubygems

Version Path
pinpress-1.0.0 features/4.pins.feature