Sha256: 8af8da1ae0a5c6827e786a019a8ba6ecee83abc0d7b27dda226486b0d9de68db

Contents?: true

Size: 484 Bytes

Versions: 2

Compression:

Stored size: 484 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
        Given an embedly endpoint
        When objectify is called with the <url> URL
        Then the meta.description should start with <metadesc>

        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.0 features/objectify.feature
embedly-0.2.0 features/objectify.feature