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: "" - name: secondary item: "* <%= href %>" """ When I run `pinpress pins` interactively Then the exit status should be 1