Sha256: 4f6984a079a5c0716f2b9642db53058cf9c6bf835c10810f055e150780e49ecd
Contents?: true
Size: 562 Bytes
Versions: 7
Compression:
Stored size: 562 Bytes
Contents
Feature: Progress Bar In order to see the state of the project As a stakeholder I want a visual representation of counted tags Scenario: Progress Bar Given a feature file on the project "project_name" with the contents: """ Feature: Mixed @wip Scenario: WiP @notstarted Scenario: Not Started """ When I visit the project page for "project_name" And I select "Progress" Then I should see "This project has 2 scenarios" And I should see "@wip (50%)" And I should see "@notstarted (50%)"
Version data entries
7 entries across 7 versions & 1 rubygems