Sha256: acd348c64c8b9fa7f86bd608c4882df2f12f961198e1dc0a20ecd2d26d420ad2

Contents?: true

Size: 923 Bytes

Versions: 3

Compression:

Stored size: 923 Bytes

Contents

Feature: Last processing state of
  In order to be able to retrieve processing results
  As a developer
  I want to be able to check the last processing status

  @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 last_processing_state_of method for the given repository
    Then I should get "PREPARING"

Version data entries

3 entries across 3 versions & 1 rubygems

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