Sha256: b056203e684949575379b5b439232c719d478d9feb1d4ef42f36c118292b63e8

Contents?: true

Size: 541 Bytes

Versions: 2

Compression:

Stored size: 541 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 endpoint 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 | Plixi allows user to ins |

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
embedly-0.3.3 features/objectify.feature
embedly-0.3.2 features/objectify.feature