Sha256: 0ada85b9cd707aa1e4c5b26dccc31331d8e94b8fcb0ab9ba15b1ac7c31041b27
Contents?: true
Size: 964 Bytes
Versions: 3
Compression:
Stored size: 964 Bytes
Contents
Feature: Find In order to be able to have module result As a developer I want to find module results @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 "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 | When 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 Then I should get a module_result Scenario: get a module result by inexistent name When I ask for an inexistent module result Then I should get an error
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kalibro_client-0.1.0 | features/module_result/find.feature |
kalibro_client-0.0.3 | features/module_result/find.feature |
kalibro_client-0.0.2 | features/module_result/find.feature |