Sha256: 72a7a0ca4a44e4f46c33c40ddee0dd76a11c9364869938be4f16b1c4c962b5a9

Contents?: true

Size: 347 Bytes

Versions: 10

Compression:

Stored size: 347 Bytes

Contents

Feature: Edit property
  In order to edit property of the project
  As a console user
  I want to be able to do that

  Scenario: editing property
    Given catalog filled by seeds script
    When I execute cli "edit_property --pn TC --mn Technology RoR"
    Then the cli output should contain "Metric Technology in project TC now has value RoR."

Version data entries

10 entries across 10 versions & 1 rubygems

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