Sha256: 3ccf4e69475c45eecc8a28f193d3d8d8a27d6b086be4d9f431a4e62eefeedbcc

Contents?: true

Size: 913 Bytes

Versions: 3

Compression:

Stored size: 913 Bytes

Contents

Feature: Has ready processing
  In order to be able to retrieve processing results
  As a developer
  I want to be able to check if a repository has ready processings

  @kalibro_processor_restart @kalibro_configuration_restart
  Scenario: With one repository just after starting to process
    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 |
    And I call the process method for the given repository
    And I wait up to 1 seconds
    When I call the has_ready_processing for the given repository
    Then I should get false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kalibro_client-0.1.0 features/processing/has_ready_processing.feature
kalibro_client-0.0.3 features/processing/has_ready_processing.feature
kalibro_client-0.0.2 features/processing/has_ready_processing.feature