Sha256: 4ebcae853208164e06072e588a30358f4a28ee1f40300e99bb3fc0c1983ec8e7

Contents?: true

Size: 499 Bytes

Versions: 3

Compression:

Stored size: 499 Bytes

Contents

@metrics @javascript
Feature: Graphing Metric Data
  Scenario: Display metric data in a graph
    Given there is example metric data
    When I graph the example metric data
    Then the legend should show the example metric data
    And the graph should show the data
    
  Scenario: Display a blank graph when data is missing
    Given no example metric data exists
    When I graph the example metric data
    Then the legend should show the example metric data
    And the graph should be blank

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
heart-0.0.2 test/dummy/features/metrics/graphing.feature
heart-0.0.1 test/dummy/features/metrics/graphing.feature
heart-0.0.1.pre test/dummy/features/metrics/graphing.feature