Sha256: fdac4cbe2171f9da54c87d88164cc9cc8953876cf9a2568db3b57c51273bc238
Contents?: true
Size: 504 Bytes
Versions: 2
Compression:
Stored size: 504 Bytes
Contents
Feature: Homepage In order to use the app As a user I want to hit the homepage and see some initial trends @connection_needed @acceptance Scenario: hit the homepage and view the top 10 trends When I surf to '/' Then I should see a list of 10 trends @connection_needed @acceptance Scenario: add my own trend When I surf to '/' Given I add my own trend @acceptance Scenario: use a mock calais response to layout the page When I surf to "/mock" Then I should see some stuff
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sshingler-jkl-0.0.5 | features/homepage.feature |
sshingler-jkl-0.0.6 | features/homepage.feature |