Sha256: 4d649b86e1311ccc367b1c3861f91b60363b9646a76d257ba76da44bbd9582c5

Contents?: true

Size: 929 Bytes

Versions: 6

Compression:

Stored size: 929 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 "Conf"
    And I have a reading group with name "Group"
    And I have a "saikuro" configuration within the given kalibro configuration
    And the given project has the following Repositories:
      |   name    | scm_type |                       address                    |
      |  Kalibro  |    GIT   | https://github.com/mezuro/kalibro_processor.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

6 entries across 6 versions & 1 rubygems

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