Sha256: 65b778fc27652b050b911bf29363d3609978b3303f71cdda5bd0e88a1c432f0b

Contents?: true

Size: 274 Bytes

Versions: 10

Compression:

Stored size: 274 Bytes

Contents

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

  Scenario: adding project
    Given no projects in catalog
    When I execute cli "add TC"
    Then the cli output should contain "Project TC was successfully added."

Version data entries

10 entries across 10 versions & 1 rubygems

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