Sha256: fe24e99b74eb924e5d57e5863eaf670fa6f3727fee8738ea7aa0b3ccd88326c1

Contents?: true

Size: 734 Bytes

Versions: 3

Compression:

Stored size: 734 Bytes

Contents

Feature: Process
  In order to be have repositories
  As a developer
  I want to start the repository processing

  @kalibro_processor_restart @kalibro_configuration_restart
  Scenario: With one repository
    Given I have a project with name "Kalibro"
    And I have a kalibro configuration with name "Java"
    And I have a reading group with name "Group"
    And I have a loc configuration within the given kalibro configuration
    And the given project has the following Repositories:
      |   name    | scm_type |              address                        |
      |  Kalibro  |    GIT   | https://git.gitorious.org/sbking/sbking.git |
    When I call the process method for the given repository
    Then I should get success

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kalibro_client-0.1.0 features/repository/process.feature
kalibro_client-0.0.3 features/repository/process.feature
kalibro_client-0.0.2 features/repository/process.feature