Sha256: bcbc1c44a6c515dece874e0d752a506e6668daac5c5e27313d2b1eca1ad80e41
Contents?: true
Size: 570 Bytes
Versions: 4
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 | Top finds from friends & celebrities. Get |
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
embedly-1.8.0 | features/objectify.feature |
embedly-1.7.1 | features/objectify.feature |
embedly-1.7.0 | features/objectify.feature |
embedly-1.6.0 | features/objectify.feature |