features/calais.feature in jakal-0.0.8 vs features/calais.feature in jakal-0.0.9
- old
+ new
@@ -15,10 +15,16 @@
Given I have a sanitized sample BBC story
When I post to calais
Then I should get a response
And I should receive some tags
+ @connection_needed
+ Scenario: Get nested tags from calais
+ Given I have some simple text
+ When I request the nested entities from calais
+ Then I should get a decent response
+
Scenario: Clean up blank items from a calais response
Given I have a mock calais response
When I remove the unwanted items
Then I should receive some tags
And there should no longer be any "instances"
@@ -33,6 +39,5 @@
And there should be some "Organization" tags
Scenario: Go through the calais response tags as a single array
Given I have a mock calais response
Then I should be able to see the whole lot of tags as one block
-
\ No newline at end of file