Sha256: 672e10f6f96b463fbbc3d1e4be732e4ff091c707fe7448104229576c37274107
Contents?: true
Size: 560 Bytes
Versions: 7
Compression:
Stored size: 560 Bytes
Contents
Feature: Counts In order to understand the size of the project As a stakeholder I want a visual indication of the number of tags, scenarios and features Background: Given a feature file named "sample.feature" with the contents: """ @tag1 Feature: Tag Feature @tag2 @multiple Scenario: Tag Foo 1 @tag3 @multiple Scenario: Tag Bar 2 """ Scenario: Features When I visit the project page Then I should see "Features (1)" Scenario: Tags When I visit the project page Then I should see "Tags (5)"
Version data entries
7 entries across 7 versions & 1 rubygems