Sha256: 3bcc4a13aeda292faaac6a0981caed789b13b6249e1db27156b4ada325ce0cbc

Contents?: true

Size: 569 Bytes

Versions: 5

Compression:

Stored size: 569 Bytes

Contents

Feature: Processing features
  In order to integrate our apps
  As a developer
  I want to make some requests and inspect some responses
	
  @connection_needed	 
  Scenario: end to end flow, keyphrase to tags
	Given I have a keyphrase 'london restaurants'
	When I request some RSS
	Then I should receive some headlines
	And I should be able to get the copy from the first headline
	When I post to calais
	Then I should receive some tags
	And I should be able to persist these tags
	When I generate a view of the recent keyword results
	Then I should see a network graph

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
sshingler-jkl-0.0.5 features/processing.feature
sshingler-jkl-0.0.6 features/processing.feature
jakal-0.0.9 features/processing.feature
jakal-0.0.8 features/processing.feature
jakal-0.0.7 features/processing.feature