Sha256: e39b1debc680f78b9b296fb36a3c06a70058dfecfee741b07d81b497366a2547
Contents?: true
Size: 521 Bytes
Versions: 2
Compression:
Stored size: 521 Bytes
Contents
Feature: Command line runner As an embedly user I want to call the the embedly api via command line Scenario: Run oembed command When I run `embedly_oembed http://lockerz.com/s/136425091` Then the output should contain: """ "provider_url": "http://pics.lockerz.com" """ Scenario: Run oembed command verbosely When I run `embedly_oembed -v http://lockerz.com/s/136425091` Then the output should contain: """ DEBUG -- : calling http://api.embed.ly/1/oembed """
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
embedly-1.9.1 | features/command_line.feature |
embedly-1.9.0 | features/command_line.feature |