Sha256: c173acf4c773be88f1d96e7614d4c547c8aa62a6914d233436cc0642101b75f5

Contents?: true

Size: 953 Bytes

Versions: 3

Compression:

Stored size: 953 Bytes

Contents

Feature: /history of
  In order to be able to have the history of a module result
  As a developer
  I want to get the history of module results

  @kalibro_configuration_restart @kalibro_processor_restart
  Scenario: get the history of a module result
    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 for a ready processing
    And I get the module result of the processing
    When I ask for the history of the given module result
    Then I should get a list with date module results

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kalibro_client-0.1.0 features/module_result/history_of.feature
kalibro_client-0.0.3 features/module_result/history_of.feature
kalibro_client-0.0.2 features/module_result/history_of.feature