Sha256: 275b18fc6e8b6f68f90eb29482d44a228044ed41255541c8c9f471ff231020c1

Contents?: true

Size: 695 Bytes

Versions: 17

Compression:

Stored size: 695 Bytes

Contents

Feature: List Tags
  In order to be informed of all tags
  As a stakeholder
  I want a list of tags to be displayed

  Scenario: Multiple tags
    Given a feature file named "sample.feature" with the contents:
    """
    @tag1
    Feature: Tag Feature
    @tag2 @multiple
    Scenario: Tag Scenario 1
    @tag3 @multiple
    Scenario: Tag Scenario 2
    """
    When I visit the home page
    Then I should see a link to "@tag1 (1)" with the url "/search?q=@tag1"
    And I should see a link to "@tag2 (1)" with the url "/search?q=@tag2"
    And I should see a link to "@tag3 (1)" with the url "/search?q=@tag3"
    And I should see a link to "@multiple (2)" with the url "/search?q=@multiple"

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
wally-0.0.33 features/list_tags.feature
wally-0.0.32 features/list_tags.feature
wally-0.0.31 features/list_tags.feature
wally-0.0.30 features/list_tags.feature
wally-0.0.29 features/list_tags.feature
wally-0.0.28 features/list_tags.feature
wally-0.0.27 features/list_tags.feature
wally-0.0.26 features/list_tags.feature
wally-0.0.25 features/list_tags.feature
wally-0.0.24 features/list_tags.feature
wally-0.0.22 features/list_tags.feature
wally-0.0.21 features/list_tags.feature
wally-0.0.20 features/list_tags.feature
wally-0.0.19 features/list_tags.feature
wally-0.0.18 features/list_tags.feature
wally-0.0.17 features/list_tags.feature
wally-0.0.16 features/list_tags.feature