Sha256: 7c216d9159915cfa9c8b34b4004b4be03d65b49eeadba19c3cc565f5430e3efb

Contents?: true

Size: 570 Bytes

Versions: 2

Compression:

Stored size: 570 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://lockerz.com/s/136425091 | Collect the things you love. Earn         |

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
embedly-1.9.1 features/objectify.feature
embedly-1.9.0 features/objectify.feature