Sha256: 8b9b1dd1b06d8af3b79b4165c9065f77c61d72a85716f3285407b66c11980e0b

Contents?: true

Size: 408 Bytes

Versions: 3

Compression:

Stored size: 408 Bytes

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: After Authenticating
    When I visit the home page
    Then I should see my list of categories
    When I enter "Prostitutes" for a new category
    And I click submit
    Then I should see the "Prostitutes" list

Version data entries

3 entries across 3 versions & 2 rubygems

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