Sha256: 09c8383f525d899f47ac34b06e21db3a14633d486bb25799a81044ce92aca48a

Contents?: true

Size: 719 Bytes

Versions: 6

Compression:

Stored size: 719 Bytes

Contents

Feature: Repositories listing
  In order to be able to visualize repositories
  As a developer
  I want to see all the repositories on the service

  @kalibro_processor_restart @kalibro_configuration_restart
  Scenario: With existing project repository
    Given I have a project with name "Kalibro"
    And I have a kalibro configuration with name "Conf"
    And the given project has the following Repositories:
      |   name    | scm_type |                       address                    |
      |  Kalibro  |    GIT   | https://github.com/mezuro/kalibro_processor.git  |
    And I have an independent repository
    When I ask for all the repositories
    Then the response should contain the given repositories

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kalibro_client-5.0.0 features/repository/all.feature
kalibro_client-4.0.0 features/repository/all.feature
kalibro_client-4.0.0.alpha1 features/repository/all.feature
kalibro_client-3.0.1 features/repository/all.feature
kalibro_client-3.0.0 features/repository/all.feature
kalibro_client-2.1.2 features/repository/all.feature