Sha256: 2f10e6940bc54d54096a446a18b2c9bb865eb449b46fc0574804f4e40999cbd9

Contents?: true

Size: 955 Bytes

Versions: 3

Compression:

Stored size: 955 Bytes

Contents

Feature: Has processing after
  In order to be able to retrieve processing results from a given date
  As a developer
  I want to be able to check if a repository has processings after it

  @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_processing_after for the given repository with yerterday's date
    Then I should get true

Version data entries

3 entries across 3 versions & 1 rubygems

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