Sha256: 5f9919f4fe3fee13b3d16d19098a73e43844e053602c4dcb0575a7e5b4cdfe62
Contents?: true
Size: 944 Bytes
Versions: 24
Compression:
Stored size: 944 Bytes
Contents
Feature: MetricConfigurationsOf In order to be able to have configurations As a developer I want to get all metric_configurations of a kalibro configuration @kalibro_configuration_restart Scenario: get a list of all metric configurations of some kalibro configuration Given I have a kalibro configuration with name "Kalibro for Java" And I have a reading group with name "Group" And I have a metric configuration within the given kalibro configuration When I request all metric configurations of the given kalibro configuration Then I should get a list of its metric configurations @kalibro_configuration_restart Scenario: get an empty list for a kalibro configuration without metric configurations Given I have a kalibro configuration with name "Kalibro for Java" When I request all metric configurations of the given kalibro configuration Then I should get an empty list of metric configurations
Version data entries
24 entries across 24 versions & 1 rubygems