Sha256: 7b1738d2df335d22004da32d44c6443432b095e75a0a647f17a5d3d774e5adf9

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

Contents

Feature: Viewing my wish list
  In order to display a users' preferences
  As a twitter user

  Background:
    Given I am logged in
    And I have created a "53cm Pistas" category

  Scenario: Posting to an existing category
    When I post "Bianchi Pista Size 53cm Medium - $500 (Downtown Denver)" with a url of "http://denver.craigslist.org/bik/1195971789.html" to the "53cm Pistas" category
    And I visit the "53cm Pistas" page
    Then I should see the "Bianchi Pista Size 53cm Medium - $500 (Downtown Denver)" in the list
    And the url should be set to "http://denver.craigslist.org/bik/1195971789.html"

  Scenario: Posting to a new category
    When I post "Bianchi Pista Size 54cm Medium - $500 (Downtown Denver)" with a url of "http://denver.craigslist.org/bik/1195971789.html" to the "54cm Pistas" category
    And I visit the "54cm Pistas" page
    Then I should see the "Bianchi Pista Size 54cm Medium - $500 (Downtown Denver)" in the list
    And the url should be set to "http://denver.craigslist.org/bik/1195971789.html"

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
atmos-singem-0.0.5 lib/generators/twitter/templates/features/adding_items_to_my_wishlist.feature
singem-0.0.3 lib/generators/twitter/templates/features/adding_items_to_my_wishlist.feature
singem-0.0.4 lib/generators/twitter/templates/features/adding_items_to_my_wishlist.feature