Sha256: 5b22b1d8f1727898e8167e29977d836b67dc8dcd6d92f9022896e9f019033d6d

Contents?: true

Size: 912 Bytes

Versions: 5

Compression:

Stored size: 912 Bytes

Contents

Feature: kalibro_module
  In order to be able to retrieve the ModuleResult's KalibroModule
  As a developer
  I want to make the proper requests

  @kalibro_configuration_restart @kalibro_processor_restart
  Scenario: find a valid module result
    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 for a ready processing
    When I ask for the kalibro_module of the processing root module result
    Then I should get a KalibroModule

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kalibro_client-5.0.0 features/module_result/kalibro_module.feature
kalibro_client-4.0.0 features/module_result/kalibro_module.feature
kalibro_client-4.0.0.alpha1 features/module_result/kalibro_module.feature
kalibro_client-3.0.1 features/module_result/kalibro_module.feature
kalibro_client-3.0.0 features/module_result/kalibro_module.feature