Sha256: a16f68861a0e61c7aaf90cefe71ae692234ab885639ab42a9cf3bdad4d0fe8c4

Contents?: true

Size: 367 Bytes

Versions: 10

Compression:

Stored size: 367 Bytes

Contents

Feature: Adding metric
  In order to add new metric to the project
  As a console user
  I want to be able to do that

  Scenario: adding metric
    Given catalog filled by seeds script
    When I execute cli "add_metric --pn TC --mt number new_metric"
    Then the cli output should contain "Metric new_metric with type number was successfully added to project TC."

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
techcor-0.0.10 features/add_metric.feature
techcor-0.0.9 features/add_metric.feature
techcor-0.0.8 features/add_metric.feature
techcor-0.0.7 features/add_metric.feature
techcor-0.0.6 features/add_metric.feature
techcor-0.0.5 features/add_metric.feature
techcor-0.0.4 features/add_metric.feature
techcor-0.0.3 features/add_metric.feature
techcor-0.0.2 features/add_metric.feature
techcor-0.0.1 features/add_metric.feature