Sha256: 4387306aefa0e5a052900726f86dbeb96b66c7cab6188f2890bb361503cc1467

Contents?: true

Size: 534 Bytes

Versions: 1

Compression:

Stored size: 534 Bytes

Contents

Feature: Objectify

    As an embedly user
    I want to call the the embedly api
    Because I want to objectify a url

    Scenario Outline: Get the meta description with pro
        Given an embedly api with key
        When objectify is called with the <url> URL
        Then the meta.description should start with <metadesc>
        And objectify api_version is 2

        Examples:
            | url                            | metadesc                |
            | http://tweetphoto.com/14784358 | Earn PTZ when you watch |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embedly-1.0.0 features/objectify.feature